On Mon, Feb 27, 2006 at 09:53:05PM -0800, Daniel wrote:
> has noone bumped into this? I think apache for speeds sake is trying to
> load the classes and keep them in memory.
> 
> Is there no way to turn that 'off' ?

Don't use mod_perl?

I do believe that loading classes and keeping them in memory is a
*feature* of mod_perl, not a bug.  That is one of the reasons it is so
fast, because it doesn't have to re-load classes all the time.

I have certainly noticed, when using Embperl under mod_perl, that if I
have a new version of a perl module which is being used with something
like

        use ModuleX;

then I have to restart Apache in order to get it to load the new version
of the module.

But I've never tried to use two different versions of the same module.

Kathryn Andersen
-- 
 _--_|\     | Kathryn Andersen  <http://www.katspace.com>
/      \    | 
\_.--.*/    | GenFicCrit mailing list <http://www.katspace.com/gen_fic_crit/>
      v     | 
------------| Melbourne -> Victoria -> Australia -> Southern Hemisphere
Maranatha!  |   -> Earth -> Sol -> Milky Way Galaxy -> Universe

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to