From: Bill Stoddard Date: Sun, 4 Feb 2001 03:09:28 +0000 (+0000) Subject: The windows MPM has one child process. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=900b520ed714d7640359c2b62160f4c7ae563362;p=apache The windows MPM has one child process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87971 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_default.h b/server/mpm/winnt/mpm_default.h index 69d9b3a8a8..843d758ef6 100644 --- a/server/mpm/winnt/mpm_default.h +++ b/server/mpm/winnt/mpm_default.h @@ -111,9 +111,7 @@ * enough that we can read the whole thing without worrying too much about * the overhead. */ -#ifndef HARD_SERVER_LIMIT -#define HARD_SERVER_LIMIT 8 -#endif +#define HARD_SERVER_LIMIT 1 /* Where the main/parent process's pid is logged */ #ifndef DEFAULT_PIDLOG