Anton Berezin [EMAIL PROTECTED] http://www.tobez.org/ GRUBER IO::Kqueue - OO interface to the kernel event notification mechanism What is kqueue then? >From FreeBSD kqueue(2): kqueue() provides a generic method of notifying the user when an event happens or a condition holds, based on the results of small pieces of kernel code termed filters. A kevent is identified by the (ident, fil- ter) pair; there may only be one unique kevent per kqueue. In other words, that's a better replacement for select(2) and poll(2). It is currently implemented in some of the *BSD systems. %Anton. -- perl -pe 's/.//sg if $_{+lc}++'
- registration request Dennis Sutch
- Registration request Jim Flanagan
- Registration request Benjamin J. Tilly
- Registration request Yves Orton
- Re: Registration request Andreas J. Koenig
- Registration request Thomas Eibner
- Re: Registration request Andreas J. Koenig
- Registration request Andrew Wood
- Re: Registration request Andreas J. Koenig
- Re: Registration request Andrew Wood
- registration request Anton Berezin
- registration request Johan Van den Brande
- Re: registration request Andreas J. Koenig
- registration request Jochen Schneider
- registration request Kirill
- registration request gene
- Registration request andreg
- Registration request andreg
- Registration Request Steve Hay
- Registration request Dave Dribin
- Registration request OKABE, Keiichi