>
>I have run threaded tests on Solaris with over 30,000 connections without
>problems, other than kernel deadlock due to resource starvation when
>stuffing too many kernel-side socket buffers with data.
>

Well there's your solution then. With Solaris you can multiplex 
hundreds/thousands of user threads to a couple of LWP's, depending on your 
load and target architecture/configuration.

Regarding FreeBSD's model - will this become something similar to 
Solaris/UnixWare's LWP model, or retain a clean libc_r/rfork separation?


Cheers,
Alex.

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to