Re: [users@httpd] Apache (php) Average process size with Event module

2023-01-20 Thread Eric Covener
> In others servers with apache 2.2.34 (for example) and Prefork module the > Average process size (MB) is around 80. > Now, with event module is around 250-500 (see below) > Threads Per Child 25 Should be about 25 times fewer processes for the same workload, so comparing the average per pr

[users@httpd] Apache (php) Average process size with Event module

2023-01-20 Thread Carlos García Gómez
Hello, We have been apache users for many years. Until now and in previous apache versions , by default, in the Multi-Processing Module the prefork and worker modules were used. Now in the latest versions Event is used. We have been doing tests (with php (wordpress web)) and it seems th