HTTP Persistent Connections: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* HTTP Keepalive http://web.archive.org/web/20100813132504/http://www.io.com/~maus/HttpKeepAlive.html | * HTTP Keepalive http://web.archive.org/web/20100813132504/http://www.io.com/~maus/HttpKeepAlive.html | ||
* Akamai Support of Persistent Connections https://community.akamai.com/thread/1192 | |||
=Internal= | =Internal= |
Revision as of 17:15, 23 November 2016
External
- HTTP Keepalive http://web.archive.org/web/20100813132504/http://www.io.com/~maus/HttpKeepAlive.html
- Akamai Support of Persistent Connections https://community.akamai.com/thread/1192
Internal
Overview
A HTTP persistent connection is a TCP/IP connection between the client and server that allows more that one request per connection.
Configuration
For details on how to configure HTTP persistent connections with httpd, see: