On Thu, Aug 01, 2002 at 11:35:09PM -0700, Tracy R Reed wrote:
<>
> Unfortunately, my fproxy also seems completely hosed. It is as if it is
> single threaded or runs into deadlock sometimes. If I am retrieving a page
> in fproxy in one browser window and try to hit the main fproxy page in
> another window it won't work until I stop what the other fproxy is doing.
> And after a few attempts to multitask with fproxy it seems to hang
> altogether.

The most common reason for this seems to be mozilla's rather strict limit
on the number of connections it will make to a single host (which is 5 by
default, IIRC). It can be reset in prefs.js:

user_pref("network.http.max-connections", 200);
user_pref("network.http.max-connections-per-server", 100);

-- 

Oskar Sandberg
oskar at freenetproject.org

_______________________________________________
devl mailing list
devl at freenetproject.org
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to