summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Multiple/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Multiple/README')
-rw-r--r--TAO/orbsvcs/tests/EC_Multiple/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/EC_Multiple/README b/TAO/orbsvcs/tests/EC_Multiple/README
index 14119bdfd87..1d18fa5275c 100644
--- a/TAO/orbsvcs/tests/EC_Multiple/README
+++ b/TAO/orbsvcs/tests/EC_Multiple/README
@@ -10,7 +10,7 @@ precomputed schedule, etc.
A simple test is that uses a pre-computed schedule would be:
# Run the Naming Service
-$ ../../Naming_Service/Naming_Service
+$ ../../Naming_Service/Naming_Service -ORBport 0
-p NameService.pid -o NameService.ior
# If the multicast location does not work for your use:
#
@@ -22,12 +22,12 @@ $ ../../Naming_Service/Naming_Service
# Run the first EC, supplier generates events <1> and <2> consumer
# subscribes to events <1> and <3>
-$ ./EC_Multiple -l ECM1 -r ECM2 -s runtime -p ECM1.pid \
+$ ./EC_Multiple -ORBport 0 -l ECM1 -r ECM2 -s runtime -p ECM1.pid \
-h 1,1,1,250000,100,1,2,1,3
# Run the second EC, supplier generates events <4> and <3> consumer
# subscribes to events <4> and <2>
-$ ./EC_Multiple -l ECM2 -r ECM1 -s runtime -p ECM2.pid \
+$ ./EC_Multiple -ORBport 0 -l ECM2 -r ECM1 -s runtime -p ECM2.pid \
-h 1,1,1,250000,100,4,3,4,2
# Notice how the consumer receives both local and remote events, but