From: David Reid Date: Fri, 16 Nov 2001 14:50:26 +0000 (+0000) Subject: Add some runtime configuration variable for the beos mpm. X-Git-Tag: 2.0.29~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91cb82ebd4ab6ef89556a5919dce403442693ab4;p=apache Add some runtime configuration variable for the beos mpm. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91977 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 131ae2e0aa..8fe1bac486 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -173,6 +173,17 @@ ThreadsPerChild 250 MaxRequestsPerChild 0 +# BeOS MPM +# StartThreads: how many threads do we initially spawn? +# MaxClients: max number of threads we can have (1 thread == 1 client) +# RequestsPerThread: maximum number of requests each thread will process before +# exiting + +StartThreads 10 +MaxClients 50 +RequestsPerThread 10000 + + # # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the