Re: Async XMLRPC and job processing

2007-10-17 Thread Adonis Vargas
Sean Davis wrote: > I would like to set up a server that takes XMLRPC requests and > processes them asynchronously. The XMLRPC server part is trivial in > python. The job processing part is the part that I am having trouble > with. I have been looking at how to use threadpool, but I can't see >

Async XMLRPC and job processing

2007-10-17 Thread Sean Davis
I would like to set up a server that takes XMLRPC requests and processes them asynchronously. The XMLRPC server part is trivial in python. The job processing part is the part that I am having trouble with. I have been looking at how to use threadpool, but I can't see how to get that working. I