[Python-Dev] Adding socket timeout to urllib2 (original) (raw)
skip at pobox.com skip at pobox.com
Wed Mar 7 04:07:12 CET 2007
- Previous message: [Python-Dev] Adding socket timeout to urllib2
- Next message: [Python-Dev] Adding socket timeout to urllib2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido> Since "idel timeout" is not a commonly understood term it would
Guido> be even better if it was explained without using it.
I think it's commonly understood, but it doesn't mean what the socket timeout is used for. It's how long a connection can be idle (the client doesn't make a request of the server) before the server will close the connection.
Skip
- Previous message: [Python-Dev] Adding socket timeout to urllib2
- Next message: [Python-Dev] Adding socket timeout to urllib2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]