update Mon May 31 12:37:00 PDT 2010
[pkgsrc.git] / devel / p5-IO-Multiplex / DESCR
1 IO::Multiplex is designed to take the effort out of managing multiple
2 file handles. It is essentially a really fancy front end to the select
3 system call. In addition to maintaining the select loop, it buffers all
4 input and output to/from the file handles. It can also accept incoming
5 connections on one or more listen sockets.