From 6657d26f3de7b3759b49f4f4043b4b213a3468e3 Mon Sep 17 00:00:00 2001
From: Luca Toscano SO_REUSEPORT
and distributing new connections
-evenly accross listening processes' (or threads') sockets using it (eg. Linux
+evenly across listening processes' (or threads') sockets using it (eg. Linux
3.9 and later, but not the current implementations of SO_REUSEPORT
in *BSDs.
This directive influences the calculation of the
+
MaxSpareThreads 250
. These MPMs deal with idle threads
on a server-wide basis. If there are too many idle threads in the
server then child processes are killed until the number of idle
- threads is less than this number.
+ threads is less than this number. Additional processes/threads
+ might be created if For MaxSpareThreads 100
. Since this MPM runs a
@@ -482,7 +490,7 @@ spikes
MinSpareThreads 75
and deal with idle threads on a server-wide
basis. If there aren't enough idle threads in the server then child
processes are created until the number of idle threads is greater
- than number. Please also note that additional processes/threads
+ than number. Additional processes/threads
might be created if