Re: Faster start children after fatal signals?

2022-04-13 Thread Yann Ylavic
On Wed, Apr 13, 2022 at 4:30 PM Ruediger Pluem wrote: > > While looking at PR65769 I stumbled across the below in event.c (same in > worker.c) > > 3460/* Don't perform idle maintenance when a child dies, > 3461 * only do it when there's a timeout. Remember only a

Re: svn commit: r1899777 - /httpd/httpd/trunk/server/mpm/event/event.c

2022-04-13 Thread Yann Ylavic
On Wed, Apr 13, 2022 at 4:22 PM Ruediger Pluem wrote: > > On 4/12/22 2:08 PM, yla...@apache.org wrote: > > > @@ -3447,9 +3480,11 @@ static void server_main_loop(int remaini > > continue; > > } > > > > +max_daemon_used = 0; > > for (i = 0; i < num_buckets; i++

Re: svn commit: r1899648 - in /httpd/httpd/trunk: changes-entries/core_response_buckets.txt include/mod_core.h modules/http/http_core.c modules/http/http_filters.c modules/http/http_protocol.c server/

2022-04-13 Thread Ruediger Pluem
On 4/7/22 12:41 PM, ic...@apache.org wrote: > Author: icing > Date: Thu Apr 7 10:41:46 2022 > New Revision: 1899648 > > URL: http://svn.apache.org/viewvc?rev=1899648&view=rev > Log: > *) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific > filter to send responses thro

Faster start children after fatal signals?

2022-04-13 Thread Ruediger Pluem
While looking at PR65769 I stumbled across the below in event.c (same in worker.c) 3460/* Don't perform idle maintenance when a child dies, 3461 * only do it when there's a timeout. Remember only a 3462 * finite number of children can die, and it's

Re: svn commit: r1899777 - /httpd/httpd/trunk/server/mpm/event/event.c

2022-04-13 Thread Ruediger Pluem
On 4/12/22 2:08 PM, yla...@apache.org wrote: > Author: ylavic > Date: Tue Apr 12 12:08:02 2022 > New Revision: 1899777 > > URL: http://svn.apache.org/viewvc?rev=1899777&view=rev > Log: > mpm_event: Fix accounting of active/total processes on ungraceful restart. > > Children processes terminate