[Fedora-suds-list] Timeout value doesn't seem to be working.

Joe Goldthwaite joe at goldthwaites.com
Fri Aug 12 22:42:45 UTC 2011


Never mind.  It turns out the timeout value only works if it's supported by
urllib2.  They didn't add that support until Python 2.6 and I'm running on
Python 2.4.



I found something that said that on Python 2.4 you could set the socket
default timeout like this;



import socket

socket.setdefaulttimeout(value)



I tried that but it didn't work either. Sigh….
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/suds/attachments/20110812/609e6717/attachment.html 


More information about the suds mailing list