xmlrpc / SimpleXMLRPCServer and multi-threading

Marco Aschwanden PPNTWIMBXFFC at spammotel.com
Mon Dec 29 05:47:35 EST 2003


I would like to develop a server based on python's xmlrpc. But I
realized that SimpleXMLRPCServer does not spawn a thread for each
request.

How could the SimpleXMLRPCServer be turned into a multi-threaded
Server?
Is there a reason why the SimpleXMLRPCServer is not multi-threaded?
Is there a plan to make it multi-threaded?

Thanks for any hints in advance,
Cheers,
Marco




More information about the Python-list mailing list