[freenet-dev] tentative NIO rollout

2003-03-29 Thread Matthew Toseland
On Sat, Mar 29, 2003 at 04:04:11PM -0500, Zlatin Balevsky wrote: > Here is a tentative rollout of non-blocking polling for live > connections, assuming everything else (handshaking, authentication & > trailing field stuff) stays blocking. This should save 30-40% of > threads used. If authentic

[freenet-dev] tentative NIO rollout

2003-03-29 Thread Zlatin Balevsky
Here is a tentative rollout of non-blocking polling for live connections, assuming everything else (handshaking, authentication & trailing field stuff) stays blocking. This should save 30-40% of threads used. If authentication is also nio'd that percentage will rise to above 50. 1. change al

Re: [freenet-dev] tentative NIO rollout

2003-03-29 Thread Matthew Toseland
On Sat, Mar 29, 2003 at 04:04:11PM -0500, Zlatin Balevsky wrote: > Here is a tentative rollout of non-blocking polling for live > connections, assuming everything else (handshaking, authentication & > trailing field stuff) stays blocking. This should save 30-40% of > threads used. If authentic

[freenet-dev] tentative NIO rollout

2003-03-29 Thread Zlatin Balevsky
Here is a tentative rollout of non-blocking polling for live connections, assuming everything else (handshaking, authentication & trailing field stuff) stays blocking. This should save 30-40% of threads used. If authentication is also nio'd that percentage will rise to above 50. 1. change al