Re: [PHP-DEV] Asymmetric Module Init / Deinit

2008-01-18 Thread Michael B Allen
On 1/18/08, Scott MacVicar <[EMAIL PROTECTED]> wrote: > Apache children get killed and re-spawned after the number of requests > defined by MaxRequestsPerChild, the default is 10,000. Though MINI > talways get called for each child spawned. > > Is Apache using pre-fork or worker? Pre-fork. That's

Re: [PHP-DEV] Asymmetric Module Init / Deinit

2008-01-18 Thread Scott MacVicar
Apache children get killed and re-spawned after the number of requests defined by MaxRequestsPerChild, the default is 10,000. Though MINI talways get called for each child spawned. Is Apache using pre-fork or worker? Scott Michael B Allen wrote: I have someone using my extension who is seein