Perrin Harkins wrote:
On Wed, 2004-03-31 at 15:04, Stas Bekman wrote:
Sorry, I've posted the wrong link. It should have been:
http://perl.apache.org/docs/2.0/api/Apache/Reload.html#Problems_with_Scripts_Running_with_Registry_Handlers_that_Cache_the_Code
It doesn't really offer a nice solution th
On Wed, 2004-03-31 at 15:04, Stas Bekman wrote:
> Sorry, I've posted the wrong link. It should have been:
> http://perl.apache.org/docs/2.0/api/Apache/Reload.html#Problems_with_Scripts_Running_with_Registry_Handlers_that_Cache_the_Code
It doesn't really offer a nice solution though, does it? It l
On Wed, 2004-03-31 at 12:04, Stas Bekman wrote:
> Garth Webb wrote:
> > On Tue, 2004-03-30 at 19:28, Stas Bekman wrote:
> >
> >>Garth Webb wrote:
> >>
> >>>I have a question about Apache::StatINC and reloading exported methods.
> >>
> >>Garth, Apache::StatINC is deprecated and no longer maintaine
Garth Webb wrote:
On Tue, 2004-03-30 at 19:28, Stas Bekman wrote:
Garth Webb wrote:
I have a question about Apache::StatINC and reloading exported methods.
Garth, Apache::StatINC is deprecated and no longer maintained. Please use
Apache::Reload instead (mp1 version on CPAN, mp2 version is a par
On Tue, 2004-03-30 at 19:28, Stas Bekman wrote:
> Garth Webb wrote:
> > I have a question about Apache::StatINC and reloading exported methods.
>
> Garth, Apache::StatINC is deprecated and no longer maintained. Please use
> Apache::Reload instead (mp1 version on CPAN, mp2 version is a part of th
Garth Webb wrote:
I have a question about Apache::StatINC and reloading exported methods.
Garth, Apache::StatINC is deprecated and no longer maintained. Please use
Apache::Reload instead (mp1 version on CPAN, mp2 version is a part of the core).
> Apparently methods that are exported from a modul
I have a question about Apache::StatINC and reloading exported methods.
Apparently methods that are exported from a module do not get reloaded
when the module changes on disk (see the test script and test module
below).
To test this, I start my apache in single process mode via '-X' and
access th