randyk 2004/05/30 20:49:40
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: bump up ThreadsPerChild on Win32 to work around bug about running out of threads [ http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=108296767420298&w=2 ]. (fixed in Apache/2.0.50). Revision Changes Path 1.225 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v retrieving revision 1.224 retrieving revision 1.225 diff -u -r1.224 -r1.225 --- TestConfig.pm 20 May 2004 18:56:32 -0000 1.224 +++ TestConfig.pm 31 May 2004 03:49:40 -0000 1.225 @@ -1893,7 +1893,7 @@ </IfDefine> <IfModule mpm_winnt.c> - ThreadsPerChild 20 + ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule>
