[rt-users] rt database w/ multiple instances

Paulo Matos pjsm at fct.unl.pt
Thu Mar 9 09:33:29 EST 2006


On Thu, 9 Mar 2006, Ruslan Zakirov wrote:
> 
> > On Wed, 8 Mar 2006, Bob Goldstein wrote:
> > > What about mod_perl2 config directives:
> > > PerlOptions +Parent
> > > or
> > > PerlOptions +Clone
> > > http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_
> > > Wouldn't this do the trick?
> >
> > I've never played with mod_perl2.  Yes, the docs seems to indicate 
> > this would work. And it's really works.
> 
> Bob, I think next paragraph is wrong, AFAIK MP2 creates pool of 
> interpreters on server start and clone/create new ones only when 
> thereis no available in pool.

Yeap a closer look into the docs shows that, you can even tune the 
number of processes on the pool, with  PerlInterpStart and PerlInterpMax 
directives.

Anyone has played with this? I'm going to give it a shot.

Regards,

-- 
Paulo Matos



More information about the rt-users mailing list