TIPS
Volver
ELIMINACIÓN DE UN TIP
Título:
Cambio de topes en el navegador
Texto:
Para Internet Explorer, los cambios son los siguientes: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings] "MaxConnectionsPer1_0Server"=dword:00000006 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings] "MaxConnectionsPerServer"=dword:00000006 --------------------------------------------------------------------------- Para el Firefox , hay que escribir about:config en la barra de direcciones, fijar los valores network. http.pipelining true network.http.pipelining. firstrequest true network.http.pipelining. maxrequests 6 Otra referencia dice: network.http.max-connections = 24 (default is 24) network.http.max-connections-per-server = 10 (default is 8) network.http.max-persistent-connections-per-proxy = 8 (default is 4) network.http.max-persistent-connections-per-server = 4 (default is 2) network.http.pipelining = true (default is false) network.http.pipelining.maxrequests = 10 ( default is 4) network.http.proxy.pipelining = true (default is false) Setting the number of connections per server to a much higher number (over ~10) can cause web servers to drop some requests, resulting in incomplete pages, increased retransmissions, etc., so it is not recommended.