In article <mailman.1916.1245600033.8015.python-l...@python.org>, =?UTF-8?Q?Filip_Gruszczy=C5=84ski?= <grusz...@gmail.com> 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 (a...@pythoncraft.com) <*> 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