in reply to Re: Check for request from UDP client
in thread Check for request from UDP client
Really, it's that easy to stop blocking? Everything I've read about non-blocking talks about using select.
So I would put this line right after getting the new object?
$sock = IO::Socket::INET->new(etc.); $sock->blocking(0);
Thanks for the help.
jgentry@swcp.com
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Check for request from UDP client
by tadman (Prior) on Jul 05, 2001 at 23:05 UTC | |
by Anonymous Monk on Jul 06, 2001 at 02:15 UTC |