"Daniel M. Eischen" wrote:
> We don't provide locking for fd's any longer (I thought this was only in
> -current, but your results seem to indicate otherwise).  If we did, only
> one thread would wake up.  The mistake in your sample seems to be that
> you're having all threads block on the same fd.  Why?

Probably he has a bunch of daemons waiting around for work to
do (e.g. HTTP daemons all listening for connections to accept
on the same fd).  Lot's of applications could use this model
to get a performance boost.

-- Terry

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

Reply via email to