summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Thread_Pool/svc.conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/RTCorba/Thread_Pool/svc.conf.xml')
-rw-r--r--TAO/performance-tests/RTCorba/Thread_Pool/svc.conf.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/performance-tests/RTCorba/Thread_Pool/svc.conf.xml b/TAO/performance-tests/RTCorba/Thread_Pool/svc.conf.xml
new file mode 100644
index 00000000000..5a8fa8250ef
--- /dev/null
+++ b/TAO/performance-tests/RTCorba/Thread_Pool/svc.conf.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0'?>
+<!-- Converted from svc.conf by svcconf-convert.pl -->
+<ACE_Svc_Conf>
+ <!-- Options for exclusive transport strategy -->
+ <static id="Client_Strategy_Factory" params="-ORBTransportMuxStrategy EXCLUSIVE"/>
+ <!-- Options required for regular testing -->
+ <static id="RT_ORB_Loader" params="-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" -->
+</ACE_Svc_Conf>