rsk wrote:
Apache kills idle servers if there's more than MaxSpareServers of them, and spawns idle servers if there's less than MinSpareServers of them. Simple. Spawning both idle spares, and busy processes is constrained by the hard value of ServerLimit.
So I guess I'm asking what the definition of "idle" is then. Is it literally the moment when the process either has no longer has a connection (or if KeepAlive is on, until the timeout occurs)? Or does Apache add a fudge factor beyond that and consider a process idle after some about time without activity?