The docs claim that MinSpareThreads defaults to 250, and MaxSpareThreads defaults to 500, for the worker MPM. However the dist config file lists 25 and 75. This latter seems more in line with the docs for ThreadsPerChild, which list 25 threads per child as the default. I've been pawing through the code, but I'm not having much luck locating where these default values are set. All I can find is a place where min_spare_threads is set to 1 if it is 0 or less in the config, and similar things for the other above-listed directives. I can't find any actual default values listed. If someone could point me in the right direction, or tell me whether the docs or the default config are correct on this point, that would be helpful. Thanks.
-- Rich Bowen - [EMAIL PROTECTED] Author - Apache Administrator's Guide http://www.ApacheAdmin.com/
