On Fri, Oct 2, 2009 at 5:54 PM, Jonathan Swartz <[email protected]> wrote: > Ok, one more question. Disregarding graceful for the moment - is HUP > completely reliable with mod_perl at this point, or is there still a reason > (as there once supposedly was) to do a full server stop and start?
The problem, at least in the 1.x series, was that the parent process and the perl interpreter never restart. It just re-reads the config file and runs through startup again. - Perrin
