Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

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

by Matts (Deacon)
on Aug 25, 2004 at 11:06 UTC ( [id://385645]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $server = IO::Socket::INET->new( %params, Blocking => 0 );
    
  2. or download this
    IO::Handle::blocking($server, 0);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-18 03:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found