We have users asking for a flag which will allow them to disable the execution of their startup code when the server is shutdown. Can the mpm architecture be extended to set some flag telling what state it's in (for the benefit of the config phase and may be others as well)?
I imagine that the optional signal_server() should be moved before the config parsing code, so the mpm implementation will register what should be done and raise the flag (visible from the outside) telling whether it's one of stop|graceful|restart. Now when config is done, call signal_server_finalize() which will do what signal_server() originally did.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
