Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonycoz/poe-xs-loop-epoll

POE Loop using Linux epoll_* functions
https://github.com/tonycoz/poe-xs-loop-epoll

Last synced: about 2 months ago
JSON representation

POE Loop using Linux epoll_* functions

Awesome Lists containing this project

README

        

POE::XS::Loop::EPoll is an implementation of the abstract POE::Loop
interface written in C using the Linux epoll family of system calls.

So your system will need to have the epoll(2) system calls available,
and appropriate headers.

To install:

perl Makefile.PL
make
make test
make install # you may need to be root for this step

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

Copyright 2008-2012 Anthony Cook.