Re: A patch to fix one sort of mod_perl crash I've been experiencing.

2014-11-03 Thread Steve Hay
On 31 October 2014 08:47, Steve Hay wrote: > On 4 June 2014 21:02, Kandarian, Richard M wrote: >> Reading MP_TRACE messages I noticed that for every modperl_interp_select() >> call during a request there were two modperl_interp_unselect() calls, one >> bracketing the _select() call and one from

Re: A patch to fix one sort of mod_perl crash I've been experiencing.

2014-10-31 Thread Steve Hay
On 4 June 2014 21:02, Kandarian, Richard M wrote: > Reading MP_TRACE messages I noticed that for every modperl_interp_select() > call during a request there were two modperl_interp_unselect() calls, one > bracketing the _select() call and one from the registered cleanup when the > pool was dest

RE: A patch to fix one sort of mod_perl crash I've been experiencing [& PerlInterpScope directive]

2014-06-05 Thread Kandarian, Richard M
Now that I've found this and read it: http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlInterpScope_ and now that I've strained my brain trying to figure out the crashes I've observed when interpreters are modperl_interp_unselect()ed, I'm pretty sure that PerlInterpScope doesn't wor