[LON-CAPA-cvs] cvs: loncom / lonc
foxr
lon-capa-cvs@mail.lon-capa.org
Wed, 20 Mar 2002 03:44:11 -0000
foxr Tue Mar 19 22:44:11 2002 EDT
Modified files:
/loncom lonc
Log:
Put the small timeout back into the read select for now.
Index: loncom/lonc
diff -u loncom/lonc:1.33 loncom/lonc:1.34
--- loncom/lonc:1.33 Tue Mar 19 22:42:45 2002
+++ loncom/lonc Tue Mar 19 22:44:11 2002
@@ -5,7 +5,7 @@
# provides persistent TCP connections to the other servers in the network
# through multiplexed domain sockets
#
-# $Id: lonc,v 1.33 2002/03/20 03:42:45 foxr Exp $
+# $Id: lonc,v 1.34 2002/03/20 03:44:11 foxr Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -330,7 +330,7 @@
# anything to read or accept?
- foreach $client ($select->can_read(100.0)) {
+ foreach $client ($select->can_read(00.10)) {
if ($client == $server) {
# accept a new connection
&status("Accept new connection: $conserver");