From: Luca Toscano
This directive influences the calculation of the
+ MinSpareThreads and
+ MaxSpareThreads lowerbound values.
+ The number of children processes needs to be a multiple of the number
+ of buckets to optimally accept connections.
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 ListenCoresBucketsRatio
+ is enabled.
For mpm_netware the default is
MaxSpareThreads 100. Since this MPM runs a
@@ -445,7 +453,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 ListenCoresBucketsRatio
is enabled.