start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: link Chapter 5
Function Reference
Next: Reference: local
 

listen

listen 
socket
, 
queuesize

Tells the operating system that you are ready to accept connections on socket and sets the number of waiting connections to queuesize . If the queue is full, clients trying to connect to the socket will be refused connection.


Previous: Reference: link Perl in a Nutshell Next: Reference: local
Reference: link Book Index Reference: local