>> Think of it this way. "Timeout" doesn't mean the whole thing needs to
    >> be completed in 10 secs. It means that over 10 secs of no activity
    >> causes it to be aborted.

    Adam> IOW, It's an idle timeout.

Not quite.  It's a timeout when you are waiting for some sort of response.
If you make a connection to an ftp server to send files the connection
shouldn't be aborted if you take more than 10 seconds to prepare the file
you want to upload.  OTOH, if you send the file and don't get an
acknowledgement back for 10 seconds, then you get a TimeoutError.

Skip
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to