I use a variation of the following. Clean and straight forward.
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/425043
Vyacheslav Maslov wrote:
> Hi, all!
>
> I need multi threaded version of SimpleXMLRPCServer. Does python library
> already have implementation of this one? Or i need
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
-
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?
Don't know, but maybe this helps.
Here's a framework I implemented, where you have a job with multi
Hi, all!
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?
--
http://mail.python.org/mailman/listinfo/python-list