diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-01 00:38:37 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-01 00:38:37 +0000 |
commit | 643484eecbc289dd39c134de495b6f66a841e75c (patch) | |
tree | 85bcdebb7c00475d603c52ef99c113f5aeda0e60 /TAO/tests/NestedUpcall | |
parent | 7dca8cb957091b58ad98e3e0e03f14f3f6f26738 (diff) | |
download | ATCD-643484eecbc289dd39c134de495b6f66a841e75c.tar.gz |
ChangeLogTag:Mon May 31 19:32:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/NestedUpcall')
-rw-r--r-- | TAO/tests/NestedUpcall/MT_Client_Test/README | 8 | ||||
-rw-r--r-- | TAO/tests/NestedUpcall/Reactor/README | 3 | ||||
-rw-r--r-- | TAO/tests/NestedUpcall/Triangle_Test/README | 8 |
3 files changed, 8 insertions, 11 deletions
diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/README b/TAO/tests/NestedUpcall/MT_Client_Test/README index c8397f8d938..5682f02f6f7 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/README +++ b/TAO/tests/NestedUpcall/MT_Client_Test/README @@ -32,10 +32,10 @@ server switches: Usage: -server_A -o ior1 -ORBport 10031 -server_A -o ior2 -ORBport 10032 +server_A -o ior1 +server_A -o ior2 //for two client threads, 10 iterations and 5 server iterations -client -f ior1 -g ior2 -n 2 -i 10 -s 5 -ORBport 10033 +client -f ior1 -g ior2 -n 2 -i 10 -s 5 -! Don't forget the ORB port for the client!
\ No newline at end of file +! Don't forget the ORB port for the client! diff --git a/TAO/tests/NestedUpcall/Reactor/README b/TAO/tests/NestedUpcall/Reactor/README index a1147be10e4..b4bf01ed18b 100644 --- a/TAO/tests/NestedUpcall/Reactor/README +++ b/TAO/tests/NestedUpcall/Reactor/README @@ -36,8 +36,7 @@ client if you don't want to use the naming service. server: ------- -% server [-d] [-s] [-ORBhost <serverhost>] [-ORBport <portnum>] - [-o <ior_output_file>] +% server [-d] [-s] [-o <ior_output_file>] Options: ------- diff --git a/TAO/tests/NestedUpcall/Triangle_Test/README b/TAO/tests/NestedUpcall/Triangle_Test/README index 70e8d57e5fe..d946e466421 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/README +++ b/TAO/tests/NestedUpcall/Triangle_Test/README @@ -22,10 +22,8 @@ arriving order. To start: -%server_A -o server1 -ORBport 10045 +%server_A -o server1 % -%server_B -o server2 -ORBport 10046 +%server_B -o server2 % -%initiator -f server1 -g server2 -ORBport 10047 - -
\ No newline at end of file +%initiator -f server1 -g server2 |