XMLRPC calls don't work in threads, or rather, they don't play well with others ! (help)

Martin v. Löwis loewis at informatik.hu-berlin.de
Mon Sep 30 13:23:42 EDT 2002


Steve Ludtke <sludtke at bcm.tmc.edu> writes:

> Already did this. It definitely seems to be the xmlrpclib calls that
> are  preventing the thread switching.    I'll have to see if I can
> come up with a simple demonstration script to show the problem.

No need to do this. Instead, I recommend that you find out which of
the functions in xmlrpclib is blocking, and then put print statements
into *this* function, and so on, until you cannot find Python code for
a function being called anymore.

Regards,
Martin




More information about the Python-list mailing list