multi threaded SimpleXMLRPCServer

Stefan Behnel stefan.behnel-n05pAM at web.de
Mon May 14 08:51:49 EDT 2007


Vyacheslav Maslov wrote:
> I need multi threaded version of SimpleXMLRPCServer. Does python library
> already have implementation of this one? Or i need to implement multi
> threading by myself?
> 
> Which way is the simpliest?

Twisted has XML-RPC support:

http://twistedmatrix.com/trac/

Stefan



More information about the Python-list mailing list