• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/POE/XS/Loop/H07-Mar-2010-9725

ChangesH A D07-Mar-20101.8 KiB5442

MANIFESTH A D07-Mar-2010223 1513

MANIFEST.SKIPH A D30-May-2008122 1312

META.ymlH A D07-Mar-2010606 2524

Makefile.PLH A D06-Mar-20102.8 KiB12793

Poll.xsH A D06-Mar-201010.8 KiB491364

READMEH A D14-Jun-2008764 2820

alloc.cH A D29-May-20086.9 KiB320242

alloc.hH A D29-May-2008829 3118

poexs.cH A D07-Mar-20109.6 KiB565268

poexs.hH A D06-Mar-20101.4 KiB7152

typemapH A D08-Jul-200842 32

README

1POE::XS::Loop::Poll is an implementation of the abstract POE::Loop
2interface written in C using the poll(2) system call.
3
4So your system will need to have the poll(2) system call available,
5and appropriate headers.
6
7To install:
8
9  perl Makefile.PL
10  make
11  make test
12  make install  # you may need to be root for this step
13
14If you need to use POE's TRACE_FILES, TRACE_EVENTS or TRACE_STATISTICS
15facilities, you need to run Makefile.PL with the --trace option:
16
17  perl Makefile.PL --trace
18  make
19  make test
20  make install
21
22This will result in a slight reduction in performance, even if none of
23POE's trace flags are enabled.
24
25This program is free software; you can redistribute it and/or
26modify it under the same terms as Perl itself.
27
28Copyright 2008 Anthony Cook.