On Mon, 2003-10-06 at 15:20, Tom Schindl wrote:
> Am Mo, 2003-10-06 um 20.15 schrieb Perrin Harkins:
> > On Mon, 2003-10-06 at 13:36, Stas Bekman wrote:
> > > But be careful with it. If you use the threaded mpm, it's all cool. If you use 
> > > prefork it'll create 2 perl interpreters and more inside each httpd process 
> > > gobbling up a lot of RAM, something that you don't want to do in production. 
> > > It's OK for dev though.
> > 
> > I wonder if we need something similar to Apache::PerlVINC for mp2 in
> > prefork mode.
> 
> Why is that not appropiate?
> -------------------------8<-------------------------
> <VirtualHost ....>
> PerlOptions +Parent
> PerlSwitches -Mlib=/my/patha
> </VirtualHost>
> 
> <VirtualHost ....>
> PerlOptions +Parent
> PerlSwitches -Mlib=/my/pathb
> </VirtualHost>
> -------------------------8<-------------------------

See the comment from Stas above about memory and prefork...

- Perrin

Reply via email to