On 6/1/2010 4:39 AM, Andrew Godziuk wrote:
> 
> I'm wondering if it's possible for an Apache module to change global
> config structures.

If you don't do this during startup, beware.  You are exploding memory by
taking what were copy-on-write shadow pages of the original parent process,
and munging X copies where X is the number of worker processes you have.
And if it is threaded, outch.

Reply via email to