In running the tests on Win32, lately I've been getting
a timeout in starting the server when doing 'nmake test'.
Changing ThreadsPerChild as in

=========================================================
Index: Apache-Test/lib/Apache/TestConfig.pm
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.145
diff -u -r1.145 TestConfig.pm
--- Apache-Test/lib/Apache/TestConfig.pm        27 Jan 2003 09:09:54 -0000      1.145
+++ Apache-Test/lib/Apache/TestConfig.pm        20 Feb 2003 05:23:05 -0000
@@ -1582,7 +1582,7 @@
 </IfModule>
 
 <IfModule mpm_winnt.c>
-    ThreadsPerChild      10
+    ThreadsPerChild      25
     MaxRequestsPerChild  0
 </IfModule>
========================================================== 
helps in this regard. 

-- 
best regards,
randy


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

Reply via email to