HTTP Persistent Connections: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
=Internal= | =Internal= | ||
* [[Keep-Alive]] | |||
* [[HTTP#Subjects|HTTP]] | * [[HTTP#Subjects|HTTP]] | ||
* [[httpd Persistent Connection Configuration]] | * [[httpd Persistent Connection Configuration]] |
Revision as of 17:17, 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: