Re: multi threaded SimpleXMLRPCServer

2007-05-14 Thread c james
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

Re: multi threaded SimpleXMLRPCServer

2007-05-14 Thread Stefan Behnel
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 -

Re: multi threaded SimpleXMLRPCServer

2007-05-14 Thread Facundo Batista
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

multi threaded SimpleXMLRPCServer

2007-05-14 Thread Vyacheslav Maslov
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