Re: fastest method to check if a URL is alive

2001-06-21 Thread Bradford Ritchie
-- From: "Drew Cohan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 3:52 AM Subject: fastest method to check if a URL is alive > Hi, > > Could some kind soul please tell me why the following > prints nothing for valid URLs? I'm

fastest method to check if a URL is alive

2001-06-21 Thread Drew Cohan
Hi, Could some kind soul please tell me why the following prints nothing for valid URLs? I'm trying to write a small, tight, and very fast script that'll check to see if a URL is alive in the least amount of time possible (and avoid using PING). I need to check thousands of URLs. It seems to m