In article <[email protected]>,
=?UTF-8?Q?Filip_Gruszczy=C5=84ski?=  <[email protected]> wrote:
>
>I have encountered a performance problem using suds, which was traced
>down to _socket.recv. I am calling some web services and each of them
>uses about 0.2 sec and 99% of this time is spent on urllib2.urlopen,
>while the rest of the call is finished in milliseconds. 

What happens if you use urlopen() by itself?
-- 
Aahz ([email protected])           <*>         http://www.pythoncraft.com/

"as long as we like the same operating system, things are cool." --piranha
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to