From 91cb82ebd4ab6ef89556a5919dce403442693ab4 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 16 Nov 2001 14:50:26 +0000 Subject: [PATCH] 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 --- docs/conf/httpd-std.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.40.0