summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorru <ru@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-21 19:02:53 +0000
committerru <ru@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-21 19:02:53 +0000
commitfee52cd4e576998dc3833caf9ac9cdb13a78099a (patch)
tree74b294df07edcf823cf89f5aee11d255a49300ed
parent5ef52dd0d8a848df783ca3d6e1cf7ce368b95f92 (diff)
downloadATCD-fee52cd4e576998dc3833caf9ac9cdb13a78099a.tar.gz
*** empty log message ***
-rwxr-xr-xTAO/examples/RTCORBA/Activity/README2
-rwxr-xr-xTAO/examples/RTCORBA/Activity/svc.conf.server2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/RTCORBA/Activity/README b/TAO/examples/RTCORBA/Activity/README
index c59844bb058..f1dd52cd2c7 100755
--- a/TAO/examples/RTCORBA/Activity/README
+++ b/TAO/examples/RTCORBA/Activity/README
@@ -93,7 +93,7 @@ e.g. ./Naming_Service -o naming_ior
b). Start one or more instances of ./activity depending on the test configuration that you have designed.
-e.g. ./activity -ORBInitRef NamingService=file://naming_ior -ORBSvcConf=svc.conf.whatever -ORBDebugLevel 1
+e.g. ./activity -ORBInitRef NamingService=file://naming_ior -ORBSvcConf svc.conf.whatever -ORBDebugLevel 1
c) once all the instances exit, the test will generate data files: <job_name>.dat
diff --git a/TAO/examples/RTCORBA/Activity/svc.conf.server b/TAO/examples/RTCORBA/Activity/svc.conf.server
index 6b480361628..f5944646c05 100755
--- a/TAO/examples/RTCORBA/Activity/svc.conf.server
+++ b/TAO/examples/RTCORBA/Activity/svc.conf.server
@@ -3,4 +3,4 @@
static RT_ORB_Loader "-ORBSchedPolicy SCHED_FIFO -ORBScopePolicy PROCESS -ORBPriorityMapping direct"
-static Builder "-POA poa1 -PriorityModel CLIENT 10 -Bands 2 -Band 1 20 -Band 30 85 -Lanes 2 -Lane 10 1 0 -Lane 80 1 0 -Job job_10 poa1 -Job job_80 poa1"
+static Builder "-POACount 1 -POA poa1 -PriorityModel CLIENT 10 -Bands 2 -Band 1 20 -Band 30 85 -Lanes 2 -Lane 10 1 0 -Lane 80 1 0 -JobCount 2 -Job job_10 poa1 -Job job_80 poa1"