Name: | perl-IO-Multiplex |
---|---|
Version: | 1.13 |
Release: | 6.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 43972 |
License: | GPL+ or Artistic |
RPM: | perl-IO-Multiplex-1.13-6.el7.noarch.rpm |
Source RPM: | perl-IO-Multiplex-1.13-6.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/IO-Multiplex/ |
Summary: | Manage IO on many file handles |
Description: | IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the select system call. In addition to maintaining the select loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets. |