A feature of HTTP where the same connection is used for multiple requests, speeding up downloading of web pages with multiple resources.
I have heard of HTTP keep-alive but for now I want to open a socket connection with a remote server. …
java sockets http tcp keep-alivefirst of all, I know there is only support for voip, audio and location apps to run in background and …
iphone objective-c ios4 background-process keep-aliveI was asked to build a site , and one of the co-developer told me That I would need to include …
http http-headers keep-aliveCan I specify the HTTP timeout or does the server impose a value? For example, if I do: telnet my.…
http get timeout telnet keep-aliveI'm using a simple PHP library to add documents to a SOLR index, via HTTP. There are 3 servers involved, currently: …
php http curl libcurl keep-aliveI'm trying to establish a HTTP persistent connection from a Silverlight application to a PHP page (ie without creating a …
php apache http keep-aliveI'm actually doing some load testing against an ExpressJS server, and I noticed that the response send by the server …
node.js http-headers express keep-aliveI have a Node.js application that contains an http(s) server. In a specific case, I need to shutdown …
node.js http connection keep-aliveI am using com.sun.net.httpserver.HttpsServer in my current project which deals with client-authentification etc.. Currently it only …
java https keep-aliveI was trying to learn the usage of option SO_KEEPALIVE in socket programming in C language under Linux environment. …
c linux sockets keep-alive