The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POE::Loop::Kqueue - a bridge that supports kqueue(2) from POE

SYNOPSIS

        use POE qw(Loop::Kqueue);

DESCRIPTION

This class is an implementation of the abstract POE::Loop interface. It follows POE::Loop's public interface exactly. Therefore, please see POE::Loop for its documentation.

kqueue(2) currently supported in FreeBSD 4.1+, NetBSD 2.0, OpenBSD 2.9+, MacOS X, DragonFlyBSD.

IMPLEMENTATION NOTES

THIS IS ALPHA VERSION.

The module is thread-safe.

Signals are handled via POE::Loop::PerlSignals. This limitation will be fixed in the next release.

AUTHOR

Sergey Skvortsov <skv@protey.ru>

SEE ALSO

POE, POE::Loop, kqueue

http://kegel.com/c10k.html

COPYRIGHT

Copyright 2005 Sergey Skvortsov <skv@protey.ru>. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.