Package perl-IO-Epoll: Information

    Source package: perl-IO-Epoll
    Version: 0.02-alt1.1
    Build time:  Nov 11, 2010, 04:08 PM
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: Scalable IO Multiplexing for Linux
    Description: 
    The epoll(4) subsystem is a new variant of poll(2).  It is designed to
    offer O(1) scalability over large numbers of watched file descriptors.
    
    The epoll(2) API comprises 4 system calls: epoll_create(2), epoll_ctl(2),
    epoll_wait(2) and epoll_pwait(2).  IO::Epoll provides a low-level API
    which closely matches the underlying system calls.  It also provides a
    higher-level layer designed to emulate the behavior of IO::Poll.

    List of rpms provided by this srpm:
    perl-IO-Epoll (x86_64, i586)

    Maintainer: Dmitry V. Levin


      1. perl-devel

    Last changed


    Nov. 6, 2010 Vladimir Lettiev 0.02-alt1.1
    - rebuilt with perl 5.12
    Feb. 21, 2009 Dmitry V. Levin 0.02-alt1
    - Updated to 0.02.
    - Specfile cleanup.
    Jan. 1, 2006 Konstantin Lepikhov 0.01-alt1
    - first build for Sisyphus;
    - don't package man pages - use perldoc.