Re: kqueue()/kevent(), select() and poll()

2000-11-19 Thread Doug White
On Sat, 18 Nov 2000, Maxime Henrion wrote: Hi, I was wondering if it was reasonnable to implement the select() and poll() system calls as kqueue()/kevent() wrappers. This would make any application using these system calls benefit from the performance improvements of the new kernel

kqueue()/kevent(), select() and poll()

2000-11-18 Thread Maxime Henrion
Hi, I was wondering if it was reasonnable to implement the select() and poll() system calls as kqueue()/kevent() wrappers. This would make any application using these system calls benefit from the performance improvements of the new kernel thread. Do you think it's possible and that it

Re: kqueue()/kevent(), select() and poll()

2000-11-18 Thread Alfred Perlstein
* Maxime Henrion [EMAIL PROTECTED] [001118 06:03] wrote: Hi, I was wondering if it was reasonnable to implement the select() and poll() system calls as kqueue()/kevent() wrappers. This would make any application using these system calls benefit from the performance improvements of the