https://bz.apache.org/bugzilla/show_bug.cgi?id=65803
--- Comment #5 from Yann Ylavic <ylavic....@gmail.com> --- (In reply to Eric Covener from comment #3) > Yann can you explain why perform_idle_server_maintenance doesn't recover > even if the startup_children path fails here? It doesn't because MinSpareThreads is rounded up to ThreadsPerChild, so on graceful if the child (here ServerLimit 1) exits after the one second grace period in server_main_loop() then remaining_children_to_start is reset but perform_idle_server_maintenance() will never create any child because idle_thread_count == MinSpareThreads (not < MinSpareThreads). -- 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