keep-alive
How can I disable keep-alive on ASP.NET Web Service client requests?
I have a few web servers behind an Amazon EC2 load balancer. I\'m using TCP balancing on port 80 (rather than HTTP balancing).[详细]
2022-12-24 02:57 分类:问答How to use tcp_keepalives settings in Postgresql?
Postgresql has 3 keepalive settings for managing dropped connections (in postgresql.conf): tcp_keepalives_count[详细]
2022-12-19 02:44 分类:问答Keeping an ajax web page functioning after hours of being idle
I have a one page web app so there is no page refreshing. Sometimes I leave the page open overnight and I come back in the morning and start interacting with it again. Usually I find I have to refresh[详细]
2022-12-18 07:55 分类:问答Keep connection open for multiple web service requests
I would have question regarding web services. Let\'s say I have webservice client that has to perform under high load. And I cannot use another technology.[详细]
2022-12-15 20:48 分类:问答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 ea[详细]
2022-12-12 10:22 分类:问答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.[详细]
2022-12-12 02:50 分类:问答long running http connection never gets response back
I am making an http request which ends up taking more than 8 mins. For me, this long running request work fine. I am able to get a response back to my browser without any issues. (I am located on the[详细]
2022-12-10 07:02 分类:问答ASP.NET AJAX and keeping the Session alive - What is the standard way to do it?
Long time ASP.NET Webforms developer, new to Ajax development (mostly via the UpdatePanel control !).[详细]
2022-12-08 16:46 分类:问答How do I prevent my .NET SOAP client from including "Connection: KeepAlive" in the HTTP headers. (using WSE3.0)
In the HTTP Connection header, my web service client is including: Connection: Keep-Alive I want to disable this.After doing some research, it appears the way to do this is to set the KeepAlive memb[详细]
2022-12-08 08:46 分类:问答