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

2022-04-15 Thread Stefan Eissing
In r1899885 the test checks on dynamic child behaviour on a graceful reload. Is this a setup that allows us to verify behaviour that troubled us in the past? Cheers, Stefan > Am 15.04.2022 um 10:41 schrieb Stefan Eissing : > > > >> Am 14.04.2022 um 17:54 schrieb Yann Ylavic : >> >> On Thu,

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

2022-04-15 Thread Stefan Eissing
> Am 14.04.2022 um 17:54 schrieb Yann Ylavic : > > On Thu, Apr 14, 2022 at 1:43 PM Stefan Eissing wrote: >> >> >> In test/modules/core/test_002_restarts.py there is now a start of this. >> Invoked >> specifically with: >> >> trunk> STRESS_TEST=1 pytest -vvv -k test_core_002 > > Thanks

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

2022-04-14 Thread Yann Ylavic
On Thu, Apr 14, 2022 at 1:43 PM Stefan Eissing wrote: > > > In test/modules/core/test_002_restarts.py there is now a start of this. > Invoked > specifically with: > > trunk> STRESS_TEST=1 pytest -vvv -k test_core_002 Thanks for writing this! > > this uses the config given and runs h2load with

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

2022-04-14 Thread Stefan Eissing
> Am 14.04.2022 um 10:19 schrieb Yann Ylavic : > > On Thu, Apr 14, 2022 at 9:12 AM Stefan Eissing wrote: >> >> I have the feeling we are in need of some sort of stress tests on >> the overall child management scenarios. Offering my help. > > Thanks Stefan for offering! > > Say we have a

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

2022-04-14 Thread Yann Ylavic
On Thu, Apr 14, 2022 at 9:12 AM Stefan Eissing wrote: > > I have the feeling we are in need of some sort of stress tests on > the overall child management scenarios. Offering my help. Thanks Stefan for offering! Say we have a MPM event configuration like this: StartServers 1

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

2022-04-14 Thread Stefan Eissing
> Am 13.04.2022 um 17:33 schrieb 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; >>> } >>> >>> +

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;

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=rev > Log: > mpm_event: Fix accounting of active/total processes on ungraceful restart. > > Children processes terminated by