multi threaded SimpleXMLRPCServer

Facundo Batista facundo at taniquetil.com.ar
Mon May 14 08:48:23 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?

Don't know, but maybe this helps.

Here's a framework I implemented, where you have a job with multiple
parts. You have a server that you deploy in several machines, and a
client that feeds the jobs to the servers, actually getting distributed
processing.

  http://www.taniquetil.com.ar/plog/post/1/59

Regards,

-- 
.   Facundo
.
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/





More information about the Python-list mailing list