Re: Problems with Apache::Reload (Was "Exported methods don't reload under Apache::StatINC")

2004-03-31 Thread Stas Bekman
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

Re: Problems with Apache::Reload (Was "Exported methods don't reload under Apache::StatINC")

2004-03-31 Thread Perrin Harkins
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

Re: Problems with Apache::Reload (Was "Exported methods don't reload under Apache::StatINC")

2004-03-31 Thread Garth Webb
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

Re: Problems with Apache::Reload (Was "Exported methods don't reload under Apache::StatINC")

2004-03-31 Thread Stas Bekman
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

Problems with Apache::Reload (Was "Exported methods don't reload under Apache::StatINC")

2004-03-31 Thread Garth Webb
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

Re: Exported methods don't reload under Apache::StatINC

2004-03-30 Thread Stas Bekman
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

Exported methods don't reload under Apache::StatINC

2004-03-30 Thread Garth Webb
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