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}++'

Reply via email to