On Tue, Jul 14, 2009 at 3:25 PM, Philippe M. Chiasson<go...@ectoplasm.org> wrote: >> Graceful restart used to just re-read the >> conf, not restart the perl interpreter. > > Now I believe it does, and it's easy to verify. > > A loaded PerlModule will get reloaded on graceful restart, that's for sure.
That won't be enough in all cases unless it actually replaces the interpreter, like PerlFreshRestart used to. I would do a graceful shutdown and restart. - Perrin