summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/README')
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/README20
1 files changed, 12 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/README b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/README
index 88b6a01e03c..a67a4a6dd9e 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/README
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/README
@@ -18,7 +18,7 @@ a ""GREEN" event in a burst of RED and GREEN events alternatively.
The subscriptions are specified in such a manner that the "slow"
consumer only receives RED events while the "normal" consumer receives
-the "GREEN" events,
+the "GREEN" events,
We use a TP reactor with 4 worker threads to allow upcalls to the
normal consumers servant proceed without having to wait for the slow
@@ -28,14 +28,14 @@ First Run the Notify Service in the reactive mode.
Each participant in this (supplier and both consumers) are coupled
together because all calls are sychronous. The 1 sec wait should affect
throughput of all 3.
-
+
Next use 2 Lookup thread and check performance. The throughput
values should increase for the supplier and normal consumer but same
for the slow consumer.
Lastly, deploy a thread each at each proxy supplier. The Throughput
of the normal consumer should increase dramatically.
-This is because its data path is completely decoupled from the "slow consumer".
+This is because its data path is completely decoupled from the "slow consumer".
COMMAND LINE OPTIONS:
--------------------
@@ -48,18 +48,22 @@ Test 1
------
run $TAO_ROOT/orbsvcs/Notify_Service/Notify_Service -ORBsvcconf reactive.conf
-run RedGreen_Test
+run RedGreen_Test
Test 2
------
-run $TAO_ROOT/orbsvcs/Notify_Service/Notify_Service -Notify_TPReactor 2 -ORBsvcconf lookup.conf
-run RedGreen_Test
+run $TAO_ROOT/orbsvcs/Notify_Service/Notify_Service -ORBsvcconf lookup.conf
+run RedGreen_Test
Test 3
------
-run $TAO_ROOT/orbsvcs/Notify_Service/Notify_Service -Notify_TPReactor 2 -ORBsvcconf listener.conf
-run RedGreen_Test
+run $TAO_ROOT/orbsvcs/Notify_Service/Notify_Service -ORBsvcconf listener.conf
+run RedGreen_Test
+
+
+
+