summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-19 15:48:31 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-19 15:48:31 +0000
commit89e541cf5417a63fc89fbca803e3ba413b746438 (patch)
tree30a3aa9de187f622a1806470a1983c6427a59932
parent1a47a7d95fa49fa4431ad38e92ed09c55974837a (diff)
downloadATCD-89e541cf5417a63fc89fbca803e3ba413b746438.tar.gz
*** empty log message ***
-rw-r--r--TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.client10
-rw-r--r--TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.server7
2 files changed, 17 insertions, 0 deletions
diff --git a/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.client b/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.client
new file mode 100644
index 00000000000..e0416223ac0
--- /dev/null
+++ b/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.client
@@ -0,0 +1,10 @@
+# -- E X A M P L E conf. file --
+
+# Note! priority values are for Linux
+
+static RT_ORB_Loader "-ORBSchedPolicy SCHED_RR -ORBScopePolicy PROCESS -ORBPriorityMapping direct"
+
+static FP_DT_Creator "-DT_Count 4 -DT_Task -Importance 5 -Start_Time 0 -Iter 3 -Load 5 -JobName job_1 -DT_Task -Importance 8 -Start_Time 0 -Iter 10 -Load 5 -DT_Task -Importance 10 -Start_Time 0 -Iter 3 -Load 5 -JobName job_2 -DT_Task -Importance 4 -Start_Time 2 -Iter 5 -Load 5 -OutFile schedule_client.dat -LogFile log_client"
+
+
+
diff --git a/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.server b/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.server
new file mode 100644
index 00000000000..43afbd0ce20
--- /dev/null
+++ b/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.server
@@ -0,0 +1,7 @@
+# -- E X A M P L E conf. file --
+
+# Note! priority values are for Linux
+
+static RT_ORB_Loader "-ORBSchedPolicy SCHED_RR -ORBScopePolicy PROCESS -ORBPriorityMapping direct"
+
+static FP_DT_Creator "-POA_Count 1 -POA poa1 -PriorityModel CLIENT 55 -Band 1 5 -Band 6 85 -Lanes 2 -Lane 5 1 0 -Lane 10 1 0 -Job_Count 2 -Job job_1 poa1 -Job job_2 poa1 -DT_Count 2 -DT_Task -Importance 15 -Start_Time 0 -Iter 10 -Load 0 -DT_Task -Importance 2 -Start_Time 5 -Iter 15 -Load 0 -OutFile schedule_server.dat -LogFile log_server"