On Thu, 28 Jun 2001, Cliff Woolley wrote:
| On Thu, 28 Jun 2001 [EMAIL PROTECTED] wrote:
|
| > What are your values for the threaded MPM? I am still not seeing this on
| > my server. :-(
|
| Mine is set to this:
|
| <IfModule threaded.c>
| StartServers 3
| MaxClients 8
| MinSpareThreads 5
| MaxSpareThreads 10
| ThreadsPerChild 25
| MaxRequestsPerChild 0
| </IfModule>
|
|
| I believe that's the default...
That is, and I saw it with StartServers=3. After I saw the problem of all
but one child dying, I upped it to 5 (and still left the other values at
default) and still saw the behaviour. 5 childs would then start, and 4
would SIGTERM.
The remaining child would allow connections, but fail to serve request
(lost mutex lock?)
/dale