xmlrpc / SimpleXMLRPCServer and multi-threading

Shalabh Chaturvedi shalabh at gameboard.org
Mon Dec 29 13:28:10 EST 2003


Marco Aschwanden wrote:
> How could the SimpleXMLRPCServer be turned into a multi-threaded
> Server?

Look for ThreadingMixin in the SocketServer reference. You should be able to
create a new class derived from both SimpleXMLRPCServer and ThreadingMixIn
to achieve a thread-per-request server.

--
Shalabh





More information about the Python-list mailing list