On Thu, Mar 31, 2011 at 12:52 PM, William A. Rowe Jr.
<[email protected]> wrote:
> On 3/31/2011 10:39 AM, Jeff Trawick wrote:
>> On Thu, Mar 31, 2011 at 11:12 AM,  <[email protected]> wrote:
>>> Author: jim
>>> Date: Thu Mar 31 15:12:09 2011
>>> New Revision: 1087331
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1087331&view=rev
>>> Log:
>>> Add in a configuration generation... this is independent of
>>> MPM gen, just in case we ever switch MPMs at a graceful ;)
>>
>> switching MPMs at graceful is bad news (how do you manage the children
>> of the previous generation?)
>>
>> there is one true generation, and it is the one you implement here,
>> and shouldn't be managed by the MPM
>
> Yup, +1 to disallowing this entirely, causing the server to shut down
> if it is even attempted.

I guess main() calls ap_show_mpm_name() (sp.?) after the first load
and bails out if it ever changes after modules are reloaded.  I don't
see any need to distinguish flavor of restart; it could cause problems
over hard restart too.

Reply via email to