Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
4answers
10k views

Persistent/keepalive HTTP with the PHP Curl library?

I'm using a simple PHP library to add documents to a SOLR index, via HTTP. There are 3 servers involved, currently: The PHP box running the indexing job A database box holding the data being ...
8
votes
3answers
2k views

GC.KeepAlive versus using

In his article about preventing multiple instances of an application, Michael Covington presents this code: static void Main() // args are OK here, of course { bool ok; m = ...
6
votes
1answer
321 views

Tomcat, HTTP Keep-Alive and Java's HttpsUrlConnection

I have two Tomcat servers that need to maintain a persistent connection to cut down on SSL handshaking. One server (the proxy) sits in a DMZ while the other one is safely behind another firewall. The ...
4
votes
1answer
131 views

Should I put KeepAlive inside my finally block?

So this tells me that I should put a GC.KeepAlive at the end of my code to keep my mutex open (to prevent multiple instances of my app happening due to early GC disposal of my mutex). But should I ...
4
votes
2answers
1k views

How to use tcp_keepalives settings in Postgresql?

Postgresql has 3 keepalive settings for managing dropped connections (in postgresql.conf): tcp_keepalives_count tcp_keepalives_idle tcp_keepalives_interval By default these are 0. The behavior I ...
2
votes
1answer
576 views

How to stay alive in HTTP/1.1 using python urllib

For now I am doing this: (Python3, urllib) url = 'someurl' headers = '(('HOST', 'somehost'), / ('Connection', 'keep-alive'),/ ('Accept-Encoding' , 'gzip,deflate')) opener = ...
2
votes
3answers
3k views

System.Net.WebException: The request was aborted: the request was cancelled

I have a WCF service that has been giving me this error under load conditions (and I cant seem to recreate the error otherwise). we've been trying to find a way aroud it for about a week now with no ...
2
votes
3answers
2k views

Relation between HTTP Keep Alive duration and TCP timeout duration

I am trying to understand the relation between TCP/IP and HTTP timeout values. Are these two timeout values different or same? Most Web servers allow users to set the HTTP Keep Alive timeout value ...
2
votes
0answers
493 views

Can I force Apache 2.2 connection close from inside a C module?

We'd like to have a more fine-grained control on the connections we serve in a C++ Apache 2.2 module (on CentOS 5). One of the connections needs to stay alive for a few multiple requests, so we set ...
2
votes
1answer
4k views

apache proxy to tomcat keep alive confusion

I have an apache 2.2 server infront of a tomcat 6 server. using mod_proxy_ajp on apache to proxy requests to tomcat. pretty standard setup. If I need to disable keep-alive connections for browsers, ...
2
votes
1answer
1k views

paste.httpserver and slowdown with HTTP/1.1 Keep-alive; tested with httperf and ab

I have a web server based on paste.httpserver as an adapater between HTTP and WSGI. When I do performance measurements with httperf, I can do over 1,000 requests per second if I start a new request ...
2
votes
3answers
219 views

MacFUSE: Keepalive?

Is there a way to configure MacFUSE to keep a mounted volume alive if the remote host is set to break the connection due to inactivity? If there is no direct way to configure this, would there be a ...
1
vote
4answers
108 views

SO_KEEPALIVE does not work during a call to write()?

I'm developing a socket application, which must must be to be robust to network failures. The application has 2 running threads, one waiting messages from the socket (a read() loop) and the other ...
1
vote
1answer
405 views

Keep XMPP connection (using asmack) alive on Android

I'm developing an application that receives push notifications via XMPP ( I know C2DM, but it has some limitations and I can't use because of it ), the problem is the connection that after some time ...
1
vote
1answer
227 views

SMTP alert not working for keepalived

I have been working on a project that will establish a set of highly available load balancers. The load balancing and high availability software seems to work just fine (I am using Crossroads to load ...
1
vote
5answers
587 views

How do I keep a Perl script running on Unix after I log off?

I have a script that takes a lot of time to complete. Instead of waiting for it to finish, I'd rather just log out and retrieve it's output later on. I've tried; at -m -t 03030205 -f ...
1
vote
1answer
273 views

What event is raised when a .Net Sockets Keep Alive does not receive an ackowledgement?

I have configured my C# .Net socket using m_clientSocket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.KeepAlive, Convert.ToInt32(True)) ...
1
vote
1answer
758 views

Windows TCP socket has SO_KEEPALIVE enabled by default?

I've encountered a strange bug with TCP sockets. It seems that SO_KEEPALIVE is enabled on all sockets by default. I wrote a short test case to create a socket and connect to a server. Immediately ...
1
vote
1answer
894 views

How to test HTTP Keep alive is actually working

I know HTTP keep-alive is on by default in HTTP 1.1 but I want to find a way to confirm that it is actually working. Does anyone know of a simple way to test from a web browser (EG how to make sense ...
1
vote
1answer
281 views

Does IIS / ASP.NET make use of TCP keepalive option? (this question is not about the HTTP Keep-Alive)

Does IIS / ASP.NET make use of TCP keepalive option? What are the config parameters that affect it's use? Please note that this question is not about the HTTP Keep-Alive option.
1
vote
2answers
647 views

Site incredibly slow for firefox, instant on every other browser: KeepAlive issue?

I have a site where a page takes 10 seconds to load with firefox, and a further 10 seconds to load the images. It's a php page running on apache. The Images are just static images. It runs ...
1
vote
0answers
452 views

TCP keepalive sent almost right after connection

I'm trying to implement an persistent TCP connection between an Android phone and a desktop server. I've got heartbeat threads on both ends which are sending keepalive-packets on application level ...
1
vote
1answer
203 views

Disconnect a jquery connection after an inactivity period

I'm using TCP keepalive on the server side to keep the connection alive, and notify the server if the client dies. How can I configure jQuery.get() to disconnect the connection after a certain period ...
1
vote
1answer
813 views

KeepAlive packets over a Soap request

I've been debugging some Soap requests we are making between two servers on the same VLAN. The app on one server is written in PHP, the app on the other is written in Java. I can control and make ...
0
votes
0answers
19 views

ruby on apache not keeping connection alive

I have a ruby on rails app serving an API. It's legacy and we've already built a replacement on a more suitable stack, so no such suggestions in that direction needed :) But we need to improve the ...
0
votes
1answer
57 views

Preventing EOF message on a Java RMI socket connection

I have a Java application which uses RMI for client/server communication. To secure this communication the traffic is tunneled through an ssh connection. Everything works well, except that the ...
0
votes
0answers
201 views

JMeter, Jetty Performance test and Keep-Alive issues

Ok, so I created a very simple WAR which serves a simple Hello World .jsp. With all the HTML it's about 200bytes. Deployed it on my server running Jetty 7.5.x jdk 6u27 On my client computer create ...
0
votes
1answer
55 views

Best way to test application services from outside the application

I have a spring application that uses several services such as MySQL, PostgreSQL, and a Bing's location web service. They all work fine and I have some unit and integration tests to make sure they ...
0
votes
3answers
330 views

Apache KeepAlive on API Server

I have a LAMP server (Quad Core Debian with 4GB RAM, Apache 2.2 and PHP 5.3) with Rackspace which is used as an API Server. I would like to know what is the best KeepAlive option for Apache given our ...
0
votes
1answer
421 views

How to do keepalive http request with curl?

How can I request multiple pages from the same web server within the same connection? So the client side need to extract the response for each request,of course it's the server's job to make the ...
0
votes
0answers
215 views

launchd NetworkState when no network connection

Anyone familiar with launchd on Mac OS X, specifically the NetworkState (bool) key in the KeepAlive section of a .plist file? From the man pages, launchd should call an executable when there is no ...
0
votes
1answer
147 views

Technology stack for keep-alive web site

The most common technology stack for websites is Lamp, partly because it's available everywhere, and partly because the programming model is so simple: every request to the server generates a single ...
0
votes
0answers
127 views

threaded 'NOOP' command during retrbinary

I've written an FTP script that must unfortunately deal with a server that's behind a firewall. The ISP also cuts of my control connection quite early, no matter what kind of timeout settings I might ...
0
votes
1answer
318 views

Website page load time and keep-alive http connections

Background: I prefer to keep all my CSS and Javascript in separate .css/.js files. (Reason is that they are shared by many pages so in this way, static data in those file would not get transferred ...
0
votes
1answer
297 views

How does IIS / ASP.NET handle dead connections? (no HTTP Keep-Alive in effect)

Can IIS / ASP.NET make use of the TCP keepalive option to detect dead connections? Note that these connections do not have the HTTP Keep-Alive option in effect. These are connections, just abandoned ...
0
votes
1answer
98 views

PageFunction not being disposed of causes crash

I have a WPF "wizard" where I am using PageFunction objects to display the various pages in the wizard. Several of these pages use references to objects in other assemblies within the application so ...
0
votes
1answer
667 views

How to break connections TCP/IP by keepalive postgreSQL without changing anything in the register?

Hy, I have a system working with the client-server structure and PostgreSQL 8.4. My problem is that if a client is editing a record and lose his connection to the server,the TCPIP connection is ...
0
votes
1answer
723 views

apache2 ignores MaxKeepAliveRequests, closes connections arbitrarily

We have a Tomcat front-end server that proxies to our Apache 2.2.11 app server, running on a 64-bit Fedora 2.6.21.7 EC2 2xlarge instance (AKI aki-b51cf9dc). Apache is running mod_perl and is not ...
0
votes
1answer
2k views

Richfaces modal panel and a4j:keepAlive

I've got unexpected problems with richfaces (3.3.2) modal panel. When i try to open it, browser opens two panels instead of one: one is in the center, another is in the upper left corner. Besides, no ...
0
votes
2answers
2k views

How to enable TCP keep Alive for IIS?

All, I have a web site that produces reports based upon user inputs in to a web page (queries a backend DB) using classic ASP and crystal reports. If the report takes over 30 minutes to run the ...
-1
votes
1answer
29 views

MVC2 renders previous value while chaining item in for loop

I have list within a model and i bind it through the loop to the Text Box. If I change the number of items in the list, it renders the previous value. Following is the code <% for (int j ...
-5
votes
0answers
20 views

How to force Java WebMethods Glue to close the socket? [closed]

I've a Java SOAP-based Web server implemented using htp://en.wikipedia.org/wiki/WebMethods_Glue. I want that server to close the socket after it replies to the client. The default configuration file ...