Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How do I do a non-blocking accept?

by chromatic (Archbishop)
on Mar 30, 2000 at 22:01 UTC ( [id://6541]=note: print w/replies, xml ) Need Help??


in reply to How do I do a non-blocking accept?

My notes recommend something like this (assuming Connection is your socket descriptor?):
use Fcntl; fcntl(Connection, F_SETFL, O_NONBLOCK) or die "can't set non blocking: $!";
I suppose you could also wrap your Socket->accept() in alarm() calls....

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-19 20:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found