HI,

I noticed something funny with the pthread/threaded MPM.
-------  From the configuration file
----------------------------------------
# pthread MPM
# StartServers ......... initial  number of server processes to start
# MaxClients ........... maximum  number of server processes allowed to
start
# MinSpareThreads ...... minimum  number of worker threads which are
kept spare
# MaxSpareThreads ...... maximum  number of worker threads which are
kept spare
# ThreadsPerChild ...... constant number of worker threads in each
server process
# MaxRequestsPerChild .. maximum  number of requests a server process
serves
<IfModule threaded.c>
StartServers         3
MaxClients           8
MinSpareThreads      5
MaxSpareThreads     10
ThreadsPerChild     25
MaxRequestsPerChild  0
</IfModule>
-----------------------------------------------------------------------------

This MPM has a constant number of worker threads in each process.

What is the use of the MinSpareThreads and MaxSpareThreads in that
case??
I would say they are useless/not used.

Harrie
-- 
phone: +39-3474932300
http://www.lisanza.net/


Reply via email to