zubster22 has asked for the wisdom of the Perl Monks concerning the following question:
Hey fun monks!
Our Perl XML-RPC server is starting to crawl under the volume of calls its getting. We want to incorporate thread pooling-- so the server doesn't have to wait on each call to finish. Even if there are other reasons for the slowness as well, we'd like to incorporate thread pooling or some forking mechanism to prevent future slowness.
Does anybody have any ideas of how to do forking/thread pooling with XML-RPC-- or where I could get more information?
Thanks!!!!!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to do multi-threaded RPC::XML::Server
by trwww (Priest) on Apr 30, 2014 at 14:55 UTC | |
by zubster22 (Initiate) on May 02, 2014 at 12:56 UTC | |
by zubster22 (Initiate) on Aug 12, 2014 at 12:35 UTC | |
by zubster22 (Initiate) on Aug 21, 2014 at 17:36 UTC |