Sreeji K Das wrote:
> 
> Hi
> 
> Well, it's only a small part of my big problem :-(
> I'm trying to get PerlFreshRestart working. I had been
> banging my head against it for almost 5 days & I was
> thinking about preparing a small test case & posting.
> 
> Well I want apache to load all my perl stuff on
> restart (USR1) - so I enabled PerlFreshRestart (I
> don't want Apache to stat modules on every request).
> Since I was getting 'subroutine redefined' warnings, I
> had put
> 'PerlRestartHandler Apache::Symbol' - you got the
> reason for the problem ?
> 
> I'm having hell lot of problems with PerlFreshRestart.

you will :)  see 

http://perl.apache.org/guide/troubleshooting.html#Evil_things_might_happen_when_us

and the rest of the guide for more details.

just FYI, but Apache::Reload is much better at reloading scripts, and
has features that can do pretty much what you want.

HTH

--Geoff

Reply via email to