The change below had nothing to do with the commit, so I'm just drawing it
out. First Bill and I had reached independent conclusions that at about 1960
or so threads, the WinNT MPM simply fails. Setting it just a bit lower in
case some other entities need a handle or two.
Shouldn't have landed in that other commit - sorry 'bout that.
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 2:47 AM
Subject: cvs commit: httpd-2.0/support/win32 ApacheMonitor.dsp
1.205 +1 -1 httpd-2.0/server/mpm/winnt/mpm_winnt.c
Index: mpm_winnt.c
===================================================================
RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/mpm_winnt.c,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- mpm_winnt.c 10 Jan 2002 00:27:59 -0000 1.204
+++ mpm_winnt.c 10 Jan 2002 08:47:23 -0000 1.205
@@ -83,7 +83,7 @@
* the overhead.
*/
#ifndef HARD_THREAD_LIMIT
-#define HARD_THREAD_LIMIT 4096
+#define HARD_THREAD_LIMIT 1920
#endif
/* Limit on the total --- clients will be locked out if more servers than