Re: modperl_interp_pool_select

2007-08-03 Thread Philippe M. Chiasson
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 interpret

modperl_interp_pool_select

2007-08-03 Thread Torsten Foertsch
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