Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tonycoz/poe-xs-loop-epoll
- Owner: tonycoz
- Created: 2012-08-18T03:39:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-03T02:03:31.000Z (almost 12 years ago)
- Last Synced: 2024-10-13T12:05:15.482Z (3 months ago)
- Language: Perl
- Size: 165 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 stepThis program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.Copyright 2008-2012 Anthony Cook.