https://bz.apache.org/bugzilla/show_bug.cgi?id=65769

--- Comment #13 from Yann Ylavic <ylavic....@gmail.com> ---
(In reply to asf from comment #12)
> There were a lot of changes to server/mpm/event/event.c from Apache 2.4.51
> to Apache 2.4.52 - are you sure none of those changes is causing this issue?

Sure it's one of those changes, namely the active_daemons accounting which
moved from a global variable reset on restart to a variable retained/reused on
restart.
So the difference is that on reload httpd will accurately account for the
number of active vs dying children, whereas in 2.4.51 and earlier it could have
created more children than allowed to causing several "scoreboard full" kind of
issues.

Actually, the issues we are trying to fix now were already there in previous
versions but masked by the incorrect accounting of active_daemons. I think the
same thing can happen in 2.4.51, it's just less likely..

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to