summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-05-06 05:55:11 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-05-06 05:55:11 +0000
commitaf5c3f4d028f85ce0dd6962812735e3b5ffb69ef (patch)
treef5eb804b837f9dfc992fd70bfaaac775a7cbdaa1
parentea030b9a193b376ae7adac9748d06add2909719b (diff)
downloadATCD-af5c3f4d028f85ce0dd6962812735e3b5ffb69ef.tar.gz
mods
-rwxr-xr-xTAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/increasing-rates1
-rwxr-xr-xTAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/invocation-priorities1
-rwxr-xr-xTAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/invocation-priorities-native1
-rwxr-xr-xTAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/svc.conf12
-rw-r--r--TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-bands-with-best-effort1
-rwxr-xr-xTAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-bands-with-best-effort-native1
-rw-r--r--TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-lanes-with-best-effort1
-rwxr-xr-xTAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-lanes-with-best-effort-native1
8 files changed, 19 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/increasing-rates b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/increasing-rates
new file mode 100755
index 00000000000..7d0dd3894a5
--- /dev/null
+++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/increasing-rates
@@ -0,0 +1 @@
+25 50 75 \ No newline at end of file
diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/invocation-priorities b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/invocation-priorities
new file mode 100755
index 00000000000..bb2139a28fa
--- /dev/null
+++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/invocation-priorities
@@ -0,0 +1 @@
+10922 21844 32767 \ No newline at end of file
diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/invocation-priorities-native b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/invocation-priorities-native
new file mode 100755
index 00000000000..eb4e111c12c
--- /dev/null
+++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/invocation-priorities-native
@@ -0,0 +1 @@
+30 60 90 \ No newline at end of file
diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/svc.conf b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/svc.conf
new file mode 100755
index 00000000000..9b2dfef060a
--- /dev/null
+++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/svc.conf
@@ -0,0 +1,12 @@
+# Options for exclusive transport strategy
+static Client_Strategy_Factory "-ORBTransportMuxStrategy EXCLUSIVE"
+
+# Options required for regular testing; comment out for real-time testing
+#static RT_ORB_Loader "-ORBPriorityMapping linear"
+
+# For real-time testing, uncomment the following line:
+static RT_ORB_Loader "-ORBPriorityMapping linear -ORBSchedPolicy SCHED_FIFO -ORBScopePolicy SYSTEM"
+
+# For real-time testing (with native priority), uncomment the following line:
+#static RT_ORB_Loader "-ORBSchedPolicy SCHED_FIFO -ORBScopePolicy SYSTEM"
+
diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-bands-with-best-effort b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-bands-with-best-effort
new file mode 100644
index 00000000000..00575dc299b
--- /dev/null
+++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-bands-with-best-effort
@@ -0,0 +1 @@
+0 0 1 10922 10923 21844 21845 32767 \ No newline at end of file
diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-bands-with-best-effort-native b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-bands-with-best-effort-native
new file mode 100755
index 00000000000..746cab343dd
--- /dev/null
+++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-bands-with-best-effort-native
@@ -0,0 +1 @@
+0 0 30 30 60 60 90 90 \ No newline at end of file
diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-lanes-with-best-effort b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-lanes-with-best-effort
new file mode 100644
index 00000000000..6010dad5aaf
--- /dev/null
+++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-lanes-with-best-effort
@@ -0,0 +1 @@
+0 10922 21844 32767 \ No newline at end of file
diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-lanes-with-best-effort-native b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-lanes-with-best-effort-native
new file mode 100755
index 00000000000..7685f9e3b6e
--- /dev/null
+++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/three-lanes-with-best-effort-native
@@ -0,0 +1 @@
+0 30 60 90 \ No newline at end of file