http://www.perlmonks.org?node_id=975885


in reply to SOAP::LITE client timeout makes ALL my Catalyst app to wait

Hi, again. Last days I have been looking for answers from the point of view of the server (nginx), instead of a programming solution, because I found that I can avoid the app collapse starting more fastcgi processes. But the trick only runs until all the slots are filled.

Now I have read here and there some references telling that SOAP::LITE is single threaded.

Is it true??? Does it means that ALL my app, with ALL the visitors can only use one SOAP connection????

It is hard to believe. Please, can someone point me in the rigth direction?

Miguel