Diff for /loncom/lonmaxima between versions 1.32 and 1.34

version 1.32, 2007/08/03 18:18:05 version 1.34, 2007/11/09 18:47:01
Line 256  sub make_new_child { Line 256  sub make_new_child {
   
  $command->log_stdout(0);   $command->log_stdout(0);
  #$command->log_file("$execdir/logs/lonmaxima.session.log");   #$command->log_file("$execdir/logs/lonmaxima.session.log");
         &getmaximaoutput($command);          &sync($command);
   
         for (my $i=0; $i < $MAX_CLIENTS_PER_CHILD; $i++) {          for (my $i=0; $i < $MAX_CLIENTS_PER_CHILD; $i++) {
             &status('Accepting connections');              &status('Accepting connections');
Line 283  sub make_new_child { Line 283  sub make_new_child {
             }              }
         }          }
   
    print $command ("quit();\n");
         # tidy up gracefully and finish          # tidy up gracefully and finish
   
         $command->soft_close();          $command->soft_close();

Removed from v.1.32  
changed lines
  Added in v.1.34


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>