On Wed, Dec 19, 2001 at 10:17:42AM -0500, Jeff Trawick wrote:
> What I just committed for prefork and worker (not in the cvs archive
> yet for some reason!) was just plain ServerLimit/ThreadLimit.  I
> wanted to get the code committed and then start working on the doc.
> I'll be most willing to do the appropriate find/replace if you folks
> can work out a consensus for an alternate choice of keywords.

Cool. Since they really have to do with runtime resource allocation,
perhaps we can come up with a name that represents that, something like
"AllocatedServers" and "AllocatedThreads". OTOH, that may not give
the admin any intuition what some proper values for that may be.

Another thing that we need to consider here are settings that will reak
havok, like AllocatedServers < MaxServers. I'd like to do some more
runtime checking of these config params, but I'm not sure if post_config
is the right place to do it if we want to be able to print to the console.
Ideas?

-aaron

Reply via email to