Re: how to stop RPC::XML::Server blocking

2006-11-14 Thread Todd W
"Robin Sheat" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, I have a small XML-RPC server I wrote using the RPC::XML::Server > module, > however I found that if a single task given to it takes some time, then it > prevents any more requests from happening. I'd like to have ea

how to stop RPC::XML::Server blocking

2006-11-13 Thread Robin Sheat
Hi, I have a small XML-RPC server I wrote using the RPC::XML::Server module, however I found that if a single task given to it takes some time, then it prevents any more requests from happening. I'd like to have each task started in its own thread (preferably with the ability to specify an upper