Re: Event extended (/dev/poll)

2005-03-24 Thread Joshua N Pritikin
On Thu, 2005-03-24 at 12:20 +0100, [EMAIL PROTECTED] wrote: > I extended unix.c to one additional mechanism (/dev/poll). > According to available benchmarks this mechanism has > much better performance as select or poll. I tested it only > on Solaris. Do you think it would be a good idea to add > t

Re: Event extended (/dev/poll)

2005-03-24 Thread Uri Guttman
> "JNP" == Joshua N Pritikin <[EMAIL PROTECTED]> writes: JNP> On Thu, 2005-03-24 at 12:20 +0100, [EMAIL PROTECTED] wrote: >> I extended unix.c to one additional mechanism (/dev/poll). >> According to available benchmarks this mechanism has >> much better performance as select or poll.