]> granicus.if.org Git - php/commitdiff
children should be zero by default, enable by setting PHP_FCGI_CHILDREN env var.
authorShane Caraveo <shane@php.net>
Sun, 10 Mar 2002 21:52:00 +0000 (21:52 +0000)
committerShane Caraveo <shane@php.net>
Sun, 10 Mar 2002 21:52:00 +0000 (21:52 +0000)
sapi/cgi/cgi_main.c

index b4991517a2ca821c15d53f7088a678e73f863676..e4cdbcf5501298a17206cdc011264ddd15374179 100644 (file)
@@ -96,7 +96,7 @@ char **merge_env;
 /**
  * Number of child processes that will get created to service requests
  */
-static int children = 8;
+static int children = 0;
 
 /**
  * Set to non-zero if we are the parent process