Network.http.max-persistent-connections-per-proxyFrom MozillaZine Knowledge Base
[edit] BackgroundHTTP is the application-layer protocol that most web pages are transferred with. HTTP keep-alive connections can be re-used for multiple requests, as opposed to non-keep-alive connections, which are limited to one request. Using keep-alive connections improves performance. If a proxy server is configured, the total number of HTTP keep-alive connections the application can make to it is limited by this preference. If more connections are needed, they are queued until a connection "slot" is available. [edit] Possible values and their effectsThis preference takes values between 1 and 255 inclusive, directly corresponding to the maximum number of HTTP keep-alive connections the application can have open at once to the proxy server. (Minimo default: 2. Firefox 3: 8. All others default: 4.) [edit] Caveats
[edit] Recommended settingsIf you are using a proxy and experience problems not being able to download multiple files, you can raise this value. It is, however, considered poor etiquette to make too many connections to a server and may lead to you being banned from that server. [edit] First checked in[edit] Has an effect in
[edit] Related bugs
[edit] Related preferences
[edit] External links |
|