Torsten Foertsch wrote:
> Hi,
>
> is it valid to say that modperl_interp_pool_select is called only at request
> time and hence the passed pool is allways the request pool?
In the general case, yes. There is however one instance where it is also called
to acquire an interpreter at config merging
Hi,
is it valid to say that modperl_interp_pool_select is called only at request
time and hence the passed pool is allways the request pool?
I have run the test suite and in the few occasions this function is called it
is the request pool. But that does not mean that it allways is.
Torsten
p