Steve Hay wrote:
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 :)

I've bumped it up to 50. I think we may need to go back to my patch and do it dynamically. But, next time. 50 should suffice for now :)


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

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



Reply via email to