Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: non-blocking select with IO::Select

by c-era (Curate)
on Jul 11, 2001 at 19:37 UTC ( [id://95726]=note: print w/replies, xml ) Need Help??


in reply to Re: non-blocking select with IO::Select
in thread non-blocking select with IO::Select

The getlines() work just like it does on files. When the socket has finished an EOF is sent, just like when working with files.

IO::Socket has a parameter called Listen. This controls the number of connections that can be waiting for an accept. I.E. if you have Listen => 10, if 11 people connect to your server while it is busy, 10 people will be waiting, and 1 person will get a server busy error.

I hope this answers your questions.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://95726]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-25 04:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found