The latest CVS mp2 doesn't work on Win32 with Apache 2.0.49 due to the 
old ThreadsPerChild problem again.

It was increased from 20 to 25 recently, but that doesn't seem to be 
enough now -- this raises it to 30 which works for me:

Index: Apache-Test/lib/Apache/TestConfig.pm
===================================================================
RCS file: 
/home/cvspublic/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.226
diff -u -u -r1.226 TestConfig.pm
--- Apache-Test/lib/Apache/TestConfig.pm        30 Jun 2004 02:15:02 
-00001.226
+++ Apache-Test/lib/Apache/TestConfig.pm        5 Jul 2004 09:43:42 -0000
@@ -1900,7 +1900,7 @@
 </IfDefine>

 <IfModule mpm_winnt.c>
-    ThreadsPerChild      25
+    ThreadsPerChild      30
     MaxRequestsPerChild  0
 </IfModule>

Can't wait for 2.0.50 :)

- Steve



------------------------------------------------
Radan Computational Ltd.

The information contained in this message and any files transmitted with it are 
confidential and intended for the addressee(s) only.  If you have received this 
message in error or there are any problems, please notify the sender immediately.  The 
unauthorized use, disclosure, copying or alteration of this message is strictly 
forbidden.  Note that any views or opinions presented in this email are solely those 
of the author and do not necessarily represent those of Radan Computational Ltd.  The 
recipient(s) of this message should check it and any attached files for viruses: Radan 
Computational will accept no liability for any damage caused by any virus transmitted 
by this email.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to