On Thu, Aug 26, 2004 at 01:23:47 -0400, Perrin Harkins wrote: > Read http://perl.apache.org/docs/2.0/user/config/config.html > > It looks like you would just need to do this: > > <Location /test1> > PerlOptions +Clone > PerlInterpStart 2 > PerlInterpMax 2 > </Location> > > <Location /test2> > PerlOptions +Clone > PerlInterpStart 2 > PerlInterpMax 2 > </Location> > > You would have to run threads of course, e.g. the "worker" MPM. I run > in pre-fork MPM, so I haven't really played with these options yet.
Last time I tried "+Clone" option (approx. 1 month ago) it didn't work. It caused Apache to hang on startup. Does anybody successfully use this option? jozef -- jozef kosoru http://zyzstar.kosoru.com -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html