On Sun, Mar 19, 2023 at 9:53 AM jean-frederic clere <jfcl...@gmail.com> wrote: > > Hi, > > While debugging I noted something in mod_watchdog.c > https://github.com/apache/httpd/blob/trunk/modules/core/mod_watchdog.c#L115 > > Shouldn't we have a else { } with a apr_sleep()? > Basically the thread is looping there :-(
Hm, it seems that there is a sleep() already here: https://github.com/apache/httpd/blob/trunk/modules/core/mod_watchdog.c#L132 ? Regards; Yann.