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
>
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