--- loncom/Attic/lonc 2001/03/15 20:25:20 1.15 +++ loncom/Attic/lonc 2001/06/12 15:32:38 1.16 @@ -16,7 +16,7 @@ # 12/05 Scott Harrison # 12/05 Gerd Kortemeyer # 01/10/01 Scott Harrison -# 03/14/01,03/15 Gerd Kortemeyer +# 03/14/01,03/15,06/12 Gerd Kortemeyer # # based on nonforker from Perl Cookbook # - server who multiplexes without forking @@ -394,7 +394,7 @@ while (1) { # check for new information on the connections we have # anything to read or accept? - foreach $client ($select->can_read(1)) { + foreach $client ($select->can_read(0.1)) { if ($client == $server) { # accept a new connection