--- loncom/lonsql 2004/08/20 16:42:41 1.64 +++ loncom/lonsql 2004/08/26 19:29:09 1.65 @@ -3,7 +3,7 @@ # The LearningOnline Network # lonsql - LON TCP-MySQL-Server Daemon for handling database requests. # -# $Id: lonsql,v 1.64 2004/08/20 16:42:41 matthew Exp $ +# $Id: lonsql,v 1.65 2004/08/26 19:29:09 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -267,11 +267,11 @@ while (my $configline=) { chomp($ip); $hostip{$ip}=$id; $thisserver=$name if ($id eq $perlvar{'lonHostID'}); - $PREFORK++; + #$PREFORK++; } close(CONFIG); # -$PREFORK=int($PREFORK/4); +#$PREFORK=int($PREFORK/4); # # Create a socket to talk to lond