Yes, I know that and tried with -f option, but result was same.

On Mon, Mar 4, 2013 at 9:35 PM, Larry Leszczynski <[email protected]>wrote:

> 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: [email protected]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/[email protected]/
> Dev site: http://dev.catalyst.perl.org/
>
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to