satishgaudo.com

Understanding technology

Archive for January 8th, 2010

HTTP: Persistent connections

In HTTP/0.9 and 1.0, the connection is closed after a single request/response pair. In HTTP/1.1 a keep-alive-mechanism was introduced, where a connection could be reused for more than one request. Such persistent connections reduce lag perceptibly, because the client does not need to re-negotiate the TCP connection after the first request has been sent. Version 1.1 of [...]

8 January 2010 at 16:38 - Comments