Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^4: Timeout for timeout for an established connection

by zwon (Abbot)
on Dec 31, 2012 at 10:01 UTC ( [id://1011031]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Timeout for timeout for an established connection
in thread Timeout for an established connection

If you willing to switch to AnyEvent, then AnyEvent::Handle allows you to set inactivity timeouts for reading and writing just as you want.

Also, calling delete on array values is deprecated. I'd suggest something like:

@noreply = grep { $_ && $_->ttl >= $check_time } @noreply;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found