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
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
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