Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Efficiently check internet connection?

by ig (Vicar)
on May 23, 2009 at 23:14 UTC ( [id://765869]=note: print w/replies, xml ) Need Help??


in reply to Efficiently check internet connection?

I wouldn't test that the machine is online. I would just do what I want to do and handle the error that occurs when disconnected.

The only case I can think of where there might be an advantage to testing is if there is a lot of work to prepare for whatever transaction is to happen over the network. Even in this case, I think a better solution than testing would be to do the work and use the results immediately if the network connection succeeds or save them to be used later if the network connection fails. In this way, the work of preparation is done only once and there are no superfluous tests to give false negatives or false positive.

Log In?
Username:
Password:

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

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

    No recent polls found