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
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