On Thu, Apr 14, 2022 at 6:11 PM Ruediger Pluem <rpl...@apache.org> wrote: > > On 4/14/22 4:38 PM, yla...@apache.org wrote: > > > > + if (++successive_signals >= 3) { > > + if (successive_signals % 10 == 3) { > > + ap_log_error(APLOG_MARK, APLOG_WARNING, 0, > > + ap_server_conf, APLOGNO(10392) > > + "children are killed successively!"); > > + } > > + apr_sleep(apr_time_from_sec(1)); > > Why do we need the sleep here? Why can't we just do continue?
Much better thanks, r1899865. Regards; Yann.