No I was not using Modperl::RegistryCooker.  I guess I will have to
"use" it.

In Mod_Perl my "library" files get loaded into memory.  If I want to
make a change to the "library" file (one that my main.pl file
"requires") I cannot since it is in memory or cache.  To get it to
realize the update I usually have to reset Apache.  I'm hoping for an
easier way especially since sometimes I don't have the right to reset
the server.

Thanks,

Justin

-----Original Message-----
From: Philippe M. Chiasson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 17, 2005 1:03 PM
To: Justin Luster
Cc: 'Philip M. Gollucci'; modperl@perl.apache.org
Subject: Re: Clear Registry

Justin Luster wrote:
> I tried this and I get:
> 
> Can't locate object method: "cache_table_common".

Are you calling it as Modperl::RegistryCooker->uncache_myself()?

What is the _exact_ error message ?

But more interestingly, what exactly are you triyng to do that
requires you to clean the cached registry code yourself ?

------------------------------------------------------------------------
--------
Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID :
88C3A5A5
http://gozer.ectoplasm.org/     F9BF E0C2 480E 7680 1AE5 3631 CB32 A107
88C3A5A5


Reply via email to