https://issues.apache.org/bugzilla/show_bug.cgi?id=53870

Eric Covener <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Core                        |mod_ssl

--- Comment #1 from Eric Covener <[email protected]> ---
This is a process trying to exit from e.g. MaxRequestsPerChild or
MaxSpareThreads, but it still has threads wrapping up their work.

But, these threads in SSL are blocked on a lock and not just waiting for some
I/O to finish, which is why they don't wrap up without taking any action.

In the meantime I'd suggest for relief maxRequestsPerChild = 0 and
MaxSpareThreads=MaxClients do you don't end up with half-exited processes
building up.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to