El vie, 15 sept 2023 a las 12:38, Mike Dewhirst (<mi...@dewhirst.com.au>)
escribió:

>
> # After reading
> https://www.liquidweb.com/kb/apache-performance-tuning-apache-mpm-modules/
> <IfModule mpm_event_module>
>         ServerLimit                     32
>         StartServers                    16
>         MinSpareThreads                 400
> #        MaxSpareThreads                 250 increase == MaxRequestWorkers
> dferra...@apache.org
>         MaxSpareThreads                 800
>         ThreadLimit                     64
>         ThreadsPerChild                 50
>         AsyncRequestWorkerFactor        2
>         MaxRequestWorkers               800
>         MaxConnectionsPerChild          0
> </IfModule>
>
>
>
>
When I probably recommended  MaxSpareThreads == to MaxRequestWorkers was
due to Apache httpd with third party modules not restarting gracefully,
that along to MaxConnectionsPerChild 0 would prevent HTTPD from trying to
restart them.

Where did you get this?

Also I keep wondering why people assign so many processes, StartServers 16?
In a threaded mpm?

Why not just assign just 2 or even 4, and assign 100, 200 worker threads
each?

-- 
Daniel Ferradal
HTTPD Project
#httpd help at Libera.Chat

Reply via email to