Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Timing-out network clients?

by TOD (Friar)
on Dec 02, 2007 at 04:51 UTC ( [id://654384]=note: print w/replies, xml ) Need Help??


in reply to Timing-out network clients?

i cannot find our where you got this timeout() method from. it's neither part of the Client packet, nor of any of the modules you require. the 'Timeout' value is an argument to the constructor of an IO::Socket::INET instance, which is basically all the Net::SMTP::Server package is wrapped around. the pod from IO::Socket::INET tells us that it stands "for various operations", whatever this means. however, all of the perl socket API in the end results in calls to system functions (socket(), accept(), listen() etc.), and none of these system functions requires a timeout argument.
--------------------------------
masses are the opiate for religion.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-23 22:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found