Ken Snider wrote:
I've recently obtained long-term access to a Linux server sitting on a 100MBit link that I intend to devote (mostly) to freenet.

To this end, I have some questions:

3 - Are there known limitations to running with larger settings? for example, one would assume that threading is not O(1) scalable, etc?

Threading was improved from 2.4 to 2.6 kernel series. I saw some graphs and the threading model in fact has now constant overhead past some point, so there should be no problem in having as many threads as you want (as long as java threads are mapped to OS threads without any extra overhead).

Regards!

_______________________________________________
Support mailing list
[email protected]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Reply via email to