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

Steve Ludtke sludtke at bcm.tmc.edu
Mon Sep 30 13:12:15 EDT 2002


Will Stuyvesant wrote:
> [Steve Ludtke]
> 
>>Both of the server.()  calls prevent other threads from running
> 
> 
> Um, do you really think they prevent other *threads* from running?  Or
> would it be the case that there can be only one server call being
> handled at any time at a *specific url:portnumber*.

I am currently using only 1 thread to make the XMLRPC calls. It still 
prevents other threads from running. I'm working on a script to 
demonstrate the problem.




More information about the Python-list mailing list