Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: recv in socket programming

by weismat (Friar)
on Feb 12, 2009 at 12:33 UTC ( [id://743288]=note: print w/replies, xml ) Need Help??


in reply to recv in socket programming

You may use IO::Select before the recv to determine if yoy can read from the socket.
Example:
my $select=new IO::Select(); $select->add($socket); if ($select->can_read($timeout)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-03-19 02:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found