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


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

use --workers option in plackup to add more than one workers when you run your server. preferable use starman instead. starman --preload-app --workers 10 /abc/xyz/myapp.psgi
  • Comment on Re: SOAP::LITE client timeout makes ALL my Catalyst app to wait

Replies are listed 'Best First'.
Re^2: SOAP::LITE client timeout makes ALL my Catalyst app to wait
by Anonymous Monk on Jun 26, 2012 at 04:57 UTC

    trwww and other already suggested something along those lines, it is a good tip, but it won't change the bottleneck

Re^2: SOAP::LITE client timeout makes ALL my Catalyst app to wait
by shantanu_bhadoria (Novice) on Jun 26, 2012 at 05:00 UTC
    Btw if you are using Catalyst::Model::Adaptor in your process locking model, try replacing it with Catalyst::Model::Factory.