in reply to Re^2: Apache/mod_perl configuration
in thread Apache/mod_perl configuration

It does happen across other containers too yes. I assume you cannot prevent this because it's what mod_perl does: load the thing into memory to be ready when someone makes a request.

Replies are listed 'Best First'.
Re^4: Apache/mod_perl configuration
by Mutant (Priest) on Dec 01, 2004 at 13:21 UTC
    I see... makes sense.... thanks.