Date: Thu, 18 Nov 1999 10:30:54 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Zach Brown <zab@zabbo.net> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: mbuf wait code (revisited) -- review? Message-ID: <199911181830.KAA86634@apollo.backplane.com> References: <Pine.LNX.3.96.991118120624.30813Z-100000@devserv.devel.redhat.com>
next in thread | previous in thread | raw e-mail | index | archive | help
: :phhttpd does this by changing who the sigio signal for incoming accepts :gets delivered too.. after each accept it is handed to the next thread. : :-- zach Ugh. SIGIO is evil and should never be used. I tried using SIGIO for tty I/O many years ago and it was a total disaster - it used an unbelievable amount of cpu due to the signal overhead :-) I theoretically own the rights to BestWWWD if only I could find the piece of paper. It shouldn't be an issue any longer with Best/Verio, I'll see what can be done. -Matt Matthew Dillon <dillon@backplane.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?199911181830.KAA86634>