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/ -- http://mail.python.org/mailman/listinfo/python-list