Summary


 
Network Programming with Perl
By Lincoln  D.  Stein
Slots : 1
Table of Contents
Chapter  16.   IO::Poll

    Content

The IO::Poll module provides an interface to the system poll() call and can be used as an alternative to select() for multiplexing across multiple I/O handles. Compared with select() , poll() provides improved performance when multiplexing across a large number of handles and should be considered for servers that will have heavy loads. However, IO::Poll should be used with care when writing applications designed for portability, because it became a part of the standard I/O library only as of Perl version 5.6.


   
Top


Network Programming with Perl
Network Programming with Perl
ISBN: 0201615711
EAN: 2147483647
Year: 2000
Pages: 173

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net