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 insi
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, som
Perrin Harkins wrote:
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 produc
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
Perrin Harkins wrote:
Perrin Harkins wrote:
Denis Banovic wrote:
Is there some way to tell mod_perl not to include modules from
another vserver?
I'm using ModPerl::Registry on Apache 2 & mod_perl 2.
You need to run this after loading ModPerl::Registry:
Hold on, I read your question too quick
Perrin Harkins wrote:
Denis Banovic wrote:
Is there some way to tell mod_perl not to include modules from another
vserver?
I'm using ModPerl::Registry on Apache 2 & mod_perl 2.
You need to run this after loading ModPerl::Registry:
Hold on, I read your question too quickly. Your issue is with
Denis Banovic wrote:
Is there some way to tell mod_perl not to include modules from another vserver?
I'm using ModPerl::Registry on Apache 2 & mod_perl 2.
You need to run this after loading ModPerl::Registry:
*ModPerl::MyRegistry::namespace_from =
\&ModPerl::RegistryCooker::namespace_from_ur