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

Will Stuyvesant hwlgw at hotmail.com
Mon Sep 30 08:56:19 EDT 2002


[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*.


'''
Multithreading will rot your teeth.
        -- Michael Swaine
'''



More information about the Python-list mailing list