From 64ef8a43de470253f149385ff254f7f86f0b2dc7 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 1 Jun 2006 05:42:13 +0000 Subject: [PATCH] That's the point, isn't it? All mpm's in one basket? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@410761 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/extra/httpd-mpm.conf.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/conf/extra/httpd-mpm.conf.in b/docs/conf/extra/httpd-mpm.conf.in index 36b2cf2d6f..1e0ed28d07 100644 --- a/docs/conf/extra/httpd-mpm.conf.in +++ b/docs/conf/extra/httpd-mpm.conf.in @@ -99,3 +99,12 @@ LockFile @rel_logfiledir@/accept.lock MaxSpareThreads 10 MaxRequestsPerChild 0 + +# WinNT MPM +# ThreadsPerChild: constant number of worker threads in the server process +# MaxRequestsPerChild: maximum number of requests a server process serves + + ThreadsPerChild 250 + MaxRequestsPerChild 0 + + -- 2.40.0