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

I have a couple of MPM things in progress:
* child status hook implemented by MPMs (child created, child exited,
child-lost-slot)
* end-generation hook (common implementation which consumes the child
status hook)

Hopefully I can finish up those in the next couple of days and then
see about consolidating on the one true generation representation.

Reply via email to