Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 May 2000 17:11:17 PDT
From:      "Falsch Fillet" <zak107@hotmail.com>
To:        jasone@canonware.com, dick@seaman.org
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Multithreaded server performance
Message-ID:  <20000507001117.37425.qmail@hotmail.com>

next in thread | raw e-mail | index | archive | help

>
>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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000507001117.37425.qmail>