Re: Urllib2 and timeouts

2007-02-14 Thread Larry Bates
Johny wrote: > In my script I started using urllib2 to connect to a list of > servers.It works well but only until a server from the list is not > available.Then if it is down , there is a timeout and my script ends > with the error. > So, if I have a list of 10 servers, and the second from the l

Urllib2 and timeouts

2007-02-14 Thread Johny
In my script I started using urllib2 to connect to a list of servers.It works well but only until a server from the list is not available.Then if it is down , there is a timeout and my script ends with the error. So, if I have a list of 10 servers, and the second from the list is not available ,