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 limit, after which it blocks to stop it getting hammered with thread creation).
Is there a nice way to do this without writing my own RPC::XML::Server replacement? Cheers, Robin. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>