Get this Mozilla Optimizer, it keeps the connection alive....
http://www.softpedia.com/get/Tweak/Browser...Optimizer.shtml
Mozilla Optimizer improves the browsing speed in all browsers based on the
Gecko Rendering Engine (GRE) like Mozilla, Phoenix, Mozilla Firebird and
Mozilla Firefox as well as Netscape 6 and Netscape 7. All optimizations can be applied manually, this tool simply automates this procedure!
You can also do the same manually, by adding following lines (replace if they already exist) in prefs.js file:
user_pref("nglayout.initialpaint.delay", 100);
user_pref("content.notify.ontimer", true);
user_pref("content.notify.interval", 100000);
user_pref("content.notify.backoffcount", 5);
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 4);
user_pref("network.http.max-persistent-connections-per-server", 2);
0 comments
Post a Comment