Hi -

On Sun, Mar 3, 2013, at 08:44 PM, linuxsupport wrote:
> I tried Catalyst::Plugin::RunAfterRequest, when I send request to the app,
> it returns fine but it does not accept any other request after that until that
> sub routine finishes.

By default the test server runs a single process, so that process will
complete the after-request work before accepting a new request to work
on.  You need to allow it to fork to run multiple processes:

    myapp_server.pl -f


HTH,
Larry

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to