Name : perl-IO-Multiplex
| |
Version : 1.04
| Vendor : Bruce J Keeler < bruce_gridpoint_com>
|
Release : 1
| Date : 2003-07-13 23:26:12
|
Group : Applications/CPAN
| Source RPM : perl-IO-Multiplex-1.04-1.src.rpm
|
Size : 0.04 MB
| |
Packager : Peter Pramberger < peter_pramberger_1012surf_net>
| |
Summary : IO-Multiplex - Manage IO on many file handles
|
Description :
use IO::Multiplex; my $mux = new IO::Multiplex; $mux->add($fh1); $mux->add(\\*FH2); $mux->set_callback_object(...); $mux->listen($server_socket); $mux->loop; sub mux_input { ... } C< IO::Multiplex> is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the C< select> system call. In addition to maintaining the C< 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.
|
RPM found in directory: /packages/linux-pbone/archive/ftp.pramberger.at/systems/linux/contrib/rh73/i386 |