[Catalyst] code after finalize: mod_perl, testserver ok - fastcgi not

2007-04-07 Thread Josef Chladek
hello list, we try to execute some long running code after finishing the request, $c-response-content_type('text/html; charset=utf-8'); $c-res-body('blabla...'); $c-response-status(200); $c-finalize; $c-forward('very_long_running_code'); while this works perfectly when

Re: [Catalyst] code after finalize: mod_perl, testserver ok - fastcgi not

2007-04-07 Thread Bill Moseley
On Sat, Apr 07, 2007 at 11:00:19AM +0200, Josef Chladek wrote: we try to execute some long running code after finishing the request, $c-response-content_type('text/html; charset=utf-8'); $c-res-body('blabla...'); $c-response-status(200); $c-finalize;