[LON-CAPA-cvs] cvs: newloncapa / loncnew

foxr lon-capa-cvs@mail.lon-capa.org
Wed, 16 Apr 2003 12:29:50 -0000


foxr		Wed Apr 16 08:29:50 2003 EDT

  Modified files:              
    /newloncapa	loncnew 
  Log:
  Prepare for test installation.
  
  
Index: newloncapa/loncnew
diff -u newloncapa/loncnew:1.8 newloncapa/loncnew:1.9
--- newloncapa/loncnew:1.8	Wed Apr 16 08:10:40 2003
+++ newloncapa/loncnew	Wed Apr 16 08:29:50 2003
@@ -24,11 +24,11 @@
 use IO::Socket::UNIX;
 use Socket;
 use Crypt::IDEA;
-use Queue;
-use Stack;
-use LondConnection;
+use LONCAPA::Queue;
+use LONCAPA::Stack;
+use LONCAPA::LondConnection;
 use LONCAPA::Configuration;
-use HashIterator;
+use LONCAPA::HashIterator;
 
 print "Loncnew starting\n";
 
@@ -65,7 +65,7 @@
 #  The variables below are only used by the child processes.
 #
 my $RemoteHost;			# Name of host child is talking to.
-my $UnixSocketDir= "/home/foxr/pipes"; # Testing for now.
+my $UnixSocketDir= "/home/httpd/sockets"; 
 my $IdleConnections = Stack->new(); # Set of idle connections
 my %ActiveConnections;		# Connections to the remote lond.
 my %ActiveTransactions;		# Transactions in flight.