Ok, excuse my ignorance if this is a stupid question, but how does a module writer
get a hold of the pchild pool? It seems to be a static variable inside each MPM
implementation. Is there an API where a module can obtain a pointer to this pool?
Thanks!
Mark
rbb@covalent.net wrote:
> There are no plans to add this hook back in. The correct way to implement
> a child_exit hook, is to use a cleanup with the pchild pool. This will
> call whatever functions are required when the child exits.
>
> Ryan
>
> On Fri, 15 Sep 2000, Mark Nelson wrote:
>
> > Hi!! I've been looking for the equivalent to the child_exit() callback
> > available to modules in 1.3.X in 2.0. Does such a thing exist and I'm
> > missing it? If not, any current plans to add one?
> >
> > Thanks!
> >
> > Mark
> >
> >
>
> _______________________________________________________________________________
> Ryan Bloom rbb@apache.org
> 406 29th St.
> San Francisco, CA 94131
> -------------------------------------------------------------------------------
>
>
|