On Mon, 28 May 2001, tech wrote:

> I finally changed over to 0.3.9.1 from 0.3.8.1.
> 
> I am getting this error message after the node is running for sometime.
> I did not have this problem when I was using 0.3.8.1.
> Is there a setting for connection limit?
> 
> ===============================
> Freenet Core running on 19114 (build 391)
> ........
> Accepted privileged connection: tcp/127.0.0.1:2192 on an unpooled thread
> (connection limit reached)


I believe this indicates that your node is very busy and many incoming
requests are running. Now you would like to make some local requests to
your node (through fproxy or other apps.). Local request are "privileged
connections" and get full filed even if the connection limit is reached
but the next not local incoming request gets denied because the the
connection limit is reached.

Okay to answer your question:
# Should we use thread-management?  If this number is defined and 
# non-zero,
# this specifies how many inbound connections can be active at once.
maximumConnectionThreads=50       


Ruediger
        







_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/support

Reply via email to