summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-07 01:50:21 +0000
committersumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-07 01:50:21 +0000
commit325cd1e647340401e6f8f14d2acdba47c4ab7eb3 (patch)
treeb31dfbb02d37543364279a1a4a3223f3178760f7
parent0e20d407b6fd40d12c6f010246ade182ed8109e5 (diff)
downloadATCD-325cd1e647340401e6f8f14d2acdba47c4ab7eb3.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c10
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/README12
-rw-r--r--TAO/tests/Cubit/TAO/MT_Cubit/README12
3 files changed, 20 insertions, 14 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 53abec8b06c..0edb7fa055f 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,13 @@
+Tue Jan 6 19:48:45 1998 Sumedh Mungee <sumedh@cs.wustl.edu>
+
+ * TAO/tests/Cubit/TAO/MT_Cubit/README: Updated README to explain
+ the latest generalization of the MT_Cubit tests.
+
+Tue Jan 6 17:25:57 1998 Nanbor Wang <nw1@lindy.cs.wustl.edu>
+
+ * MT_Cubit.dsw, client.dsp, server.dsp:
+ Update workspace and project files to reflect the change in directory structure.
+
Mon Jan 05 23:54:13 1998 <coryan@MILONGA>
* Added project files for a static orbsvcs library.
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
index 94adb0fdb47..cf11ea16d97 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
@@ -4,7 +4,7 @@ The MT-Cubit example
Compiling
---------
-Makefiles are provided. Use make to compile.
+Makefile is provided. Use make to compile.
You can either run the server in the background in the same window as
the client or open a separate window for the client and server.
@@ -15,9 +15,9 @@ server:
./svr -p <port_num> -h <my_hostname> -t <number_of_servants>
port_num is the port number at which the server will start the first
-(and highest priority) servant. Successive servants will be created
-starting at (port_num+1). The -n parameter specifies the total number
-of servants.
+(and highest priority) servant. Successive servants (with successively
+lower priorities) will be created starting at (port_num+1). The -n
+parameter specifies the total number of servants.
The server will print the IOR of the servants, but it is not required
by the client.
@@ -48,9 +48,7 @@ automatically constructs the IOR's for the servants
<num_of_clients> is the total number of concurrent clients to be
created. The clients will have successively decreasing
-priorities. Hence, with 3 clients, the 1st client will have the highest
-priority, the 2nd client will have lower priority, and the 3rd will have
-the lowest priority.
+priorities.
Results
-------
diff --git a/TAO/tests/Cubit/TAO/MT_Cubit/README b/TAO/tests/Cubit/TAO/MT_Cubit/README
index 94adb0fdb47..cf11ea16d97 100644
--- a/TAO/tests/Cubit/TAO/MT_Cubit/README
+++ b/TAO/tests/Cubit/TAO/MT_Cubit/README
@@ -4,7 +4,7 @@ The MT-Cubit example
Compiling
---------
-Makefiles are provided. Use make to compile.
+Makefile is provided. Use make to compile.
You can either run the server in the background in the same window as
the client or open a separate window for the client and server.
@@ -15,9 +15,9 @@ server:
./svr -p <port_num> -h <my_hostname> -t <number_of_servants>
port_num is the port number at which the server will start the first
-(and highest priority) servant. Successive servants will be created
-starting at (port_num+1). The -n parameter specifies the total number
-of servants.
+(and highest priority) servant. Successive servants (with successively
+lower priorities) will be created starting at (port_num+1). The -n
+parameter specifies the total number of servants.
The server will print the IOR of the servants, but it is not required
by the client.
@@ -48,9 +48,7 @@ automatically constructs the IOR's for the servants
<num_of_clients> is the total number of concurrent clients to be
created. The clients will have successively decreasing
-priorities. Hence, with 3 clients, the 1st client will have the highest
-priority, the 2nd client will have lower priority, and the 3rd will have
-the lowest priority.
+priorities.
Results
-------