--- loncom/Attic/lonc 2002/10/30 14:50:04 1.43 +++ loncom/Attic/lonc 2002/12/05 19:53:19 1.44 @@ -5,7 +5,7 @@ # provides persistent TCP connections to the other servers in the network # through multiplexed domain sockets # -# $Id: lonc,v 1.43 2002/10/30 14:50:04 www Exp $ +# $Id: lonc,v 1.44 2002/12/05 19:53:19 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -259,7 +259,7 @@ unlink($port); @allbuffered=grep /\.$conserver$/, readdir DIRHANDLE; closedir(DIRHANDLE); my $dfname; - foreach (@allbuffered) { + foreach (sort @allbuffered) { &status("Sending delayed: $_"); $dfname="$path/$_"; if($DEBUG) { &logthis('Sending '.$dfname); }