Description
Perl applications can multiplex input and output across many file handles. This is useful for network services, chat servers, proxies, and tools that need to handle multiple streams without blocking on one of them.
It is an evented I/O library. Applications must still handle timeouts, resource limits, and untrusted input from each stream.