On Wed, Oct 27, 2004 at 04:14:02PM +0400, Sergey Skvortsov wrote: > Milscvaer wrote: > > >What needs to be done is a simple interface from Perl > >to Kqueue with XS, simply allowing the Kqueue API to > >be accessed from Perl, then it should be a very simple > >matter for me to write the POE::Loop::Kqueue module in > >Perl to integrate it into POE. > > > >This improvement would benefit a very large number of > >POE users and greatly increase POEs usefulness and > >capabilities. > > I'm already working on IO::Kqueue and POE::Loop::XS::Kqueue. > Hope I'll upload it to CPAN in 2004/12. > > Using IO::Kqueue gives access to all power of kqueue(2) - not only used > in libevent.
POE only needs basic support: file I/O events, timers, and perhaps signal callbacks. See the documentation for POE::Loop. A libevent version (perhaps using Event::Lib) would cover many platforms with one implementation. How is your kqueue loop coming along, anyway? -- Rocco Caputo - http://poe.perl.org/
