summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
diff options
context:
space:
mode:
authorsumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-06 23:13:10 +0000
committersumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-06 23:13:10 +0000
commite28dbff77b990d6e7e6ff5e7ffac458d0ab37892 (patch)
treef32609532fe13c287dc8dfaac9c4e99e4901aeb8 /TAO/performance-tests/Cubit/TAO/MT_Cubit/README
parent35cb1b3d72a7768aa92800d2a899fb8197e2140a (diff)
downloadATCD-e28dbff77b990d6e7e6ff5e7ffac458d0ab37892.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/MT_Cubit/README')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
index b21889d1c19..e33e3d210c3 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
@@ -12,11 +12,12 @@ the client or open a separate window for the client and server.
server:
-------
-./svr -p <port_num> -h <my_hostname>
+./svr -p <port_num> -h <my_hostname> -n <number_of_servants>
-port_num is the port number at which the server will start the high
-priority servant. The low priority servant will be created at
-(port_num+1).
+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.
The server will print the IOR of the high and low priority servants,
but it is not required by the client.