SimpleXMLRPCServer and multi-threading
Shalabh Chaturvedi
shalabh at gameboard.org
Mon Dec 29 13:28:10 EST 2003
More information about the Python-list mailing list
Mon Dec 29 13:28:10 EST 2003
- Previous message (by thread): xmlrpc / SimpleXMLRPCServer and multi-threading
- Next message (by thread): Confused Newbie - wxImage vs WxImage pointer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): xmlrpc / SimpleXMLRPCServer and multi-threading
- Next message (by thread): Confused Newbie - wxImage vs WxImage pointer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list