Diff for /loncom/loncnew between versions 1.18 and 1.19

version 1.18, 2003/08/06 09:52:29 version 1.19, 2003/08/19 09:31:46
Line 45 Line 45
   
 # Change log:  # Change log:
 #    $Log$  #    $Log$
   #    Revision 1.19  2003/08/19 09:31:46  foxr
   #    Get socket directory from configuration rather than the old hard coded test
   #    way that I forgot to un-hard code.
   #
 #    Revision 1.18  2003/08/06 09:52:29  foxr  #    Revision 1.18  2003/08/06 09:52:29  foxr
 #    Also needed to remember to fail in-flight transactions if their sends fail.  #    Also needed to remember to fail in-flight transactions if their sends fail.
 #  #
Line 146  my $IdleTimeout= 3600;  # Wait an hour b Line 150  my $IdleTimeout= 3600;  # Wait an hour b
 #  The variables below are only used by the child processes.  #  The variables below are only used by the child processes.
 #  #
 my $RemoteHost; # Name of host child is talking to.  my $RemoteHost; # Name of host child is talking to.
 my $UnixSocketDir= "/home/httpd/sockets";   my $UnixSocketDir= $perlvar{'lonSockDir'}
 my $IdleConnections = Stack->new(); # Set of idle connections  my $IdleConnections = Stack->new(); # Set of idle connections
 my %ActiveConnections; # Connections to the remote lond.  my %ActiveConnections; # Connections to the remote lond.
 my %ActiveTransactions; # LondTransactions in flight.  my %ActiveTransactions; # LondTransactions in flight.

Removed from v.1.18  
changed lines
  Added in v.1.19


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