mp2 Apache2::ServerUtil::server_shutdown_cleanup_register runs only on startup

2012-09-28 Thread Thomas B. Doerr
__ Using mod_perl-2.0.4-10 on Apache 2.2 [prefork], with Apache::compat, I've registered a server-level cleanup handler in a PerlPostConfigureRequired module using the following code: 34 warn "parent pid is $$\n"; 35 Apache2::ServerUtil::server_shutdown_cleanup_register((\&cle

Re: apache2 + mod_perl + Catalyst + Session = Segmentation fault

2012-09-28 Thread Perrin Harkins
On Fri, Sep 28, 2012 at 12:33 PM, demerphq wrote: > Maybe look at Sereal as an alternative to Storable. > > https://github.com/Sereal/Sereal/ > http://search.cpan.org/~smueller/Sereal-Decoder/lib/Sereal/Decoder.pm > http://search.cpan.org/~smueller/Sereal-Encoder/lib/Sereal/Encoder.pm Wow, faster

Re: apache2 + mod_perl + Catalyst + Session = Segmentation fault

2012-09-28 Thread demerphq
On 28 September 2012 17:10, Andy Colson wrote: > > On 09/28/2012 08:07 AM, Stefan Profanter wrote: >> >> Hi! >> >> Posted this question already on Catalyst Mailing List, but got no answer >> yet and I think this problem is caused by mod_perl somewhere. >> >> I programmed a Catalyst Application whi

Re: apache2 + mod_perl + Catalyst + Session = Segmentation fault

2012-09-28 Thread Andy Colson
On 09/28/2012 08:07 AM, Stefan Profanter wrote: Hi! Posted this question already on Catalyst Mailing List, but got no answer yet and I think this problem is caused by mod_perl somewhere. I programmed a Catalyst Application which uses mod_perl and apache2 in production mode. The Catalyst App