On Sun, 25 Mar 2007 15:42:08 -0400 "Edward L. Abrams" <[EMAIL PROTECTED]> wrote:
> Regarding event or worker MPM: When using: > > ap_hook_child_init() > > to register a function, does that call the registered function once > per worker *process* start, yes. > or once per worker *thread* start? no. But bear in mind the exact details may vary between MPMs. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/
