summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/descriptors_RTCCM/rt-config-example.csr
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Hello/descriptors_RTCCM/rt-config-example.csr')
-rw-r--r--CIAO/examples/Hello/descriptors_RTCCM/rt-config-example.csr73
1 files changed, 0 insertions, 73 deletions
diff --git a/CIAO/examples/Hello/descriptors_RTCCM/rt-config-example.csr b/CIAO/examples/Hello/descriptors_RTCCM/rt-config-example.csr
deleted file mode 100644
index fa567f78c90..00000000000
--- a/CIAO/examples/Hello/descriptors_RTCCM/rt-config-example.csr
+++ /dev/null
@@ -1,73 +0,0 @@
-
-<CIAO:ServerResources
- xmlns:CIAO="http://www.dre.vanderbilt.edu/ServerResources"
- xmlns:xmi="http://www.omg.org/XMI"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.dre.vanderbilt.edu/ServerResources CIAOServerResources.xsd"
- id="test_server_resource_id">
-
- <cmdline>
- <arg>-r</arg>
- </cmdline>
-
- <svcconf>
- <uri>RTsvc.conf</uri>
- </svcconf>
-
- <orbConfigs>
- <resources>
- <threadpool id="threadpool-1">
- <stacksize>0</stacksize>
- <static_threads>5</static_threads>
- <dynamic_threads>0</dynamic_threads>
- <default_priority>1</default_priority>
- <allow_request_buffering>false</allow_request_buffering>
- <max_buffered_requests>0</max_buffered_requests>
- <max_request_buffered_size>0</max_request_buffered_size>
- </threadpool>
-
- <threadpoolWithLanes id="threadpool-2">
- <threadpoolLane>
- <static_threads>5</static_threads>
- <dynamic_threads>0</dynamic_threads>
- <priority>2</priority>
- </threadpoolLane>
- <threadpoolLane>
- <static_threads>5</static_threads>
- <dynamic_threads>0</dynamic_threads>
- <priority>1</priority>
- </threadpoolLane>
- <stacksize>0</stacksize>
- <allow_borrowing>false</allow_borrowing>
- <allow_request_buffering>false</allow_request_buffering>
- <max_buffered_requests>0</max_buffered_requests>
- <max_request_buffered_size>0</max_request_buffered_size>
- </threadpoolWithLanes>
-
- <connectionBands id="cb-1">
- <band>
- <low>0</low>
- <high>10</high>
- </band>
- <band>
- <low>11</low>
- <high>20</high>
- </band>
- </connectionBands>
- </resources>
-
- <policySet id="test_policy_set_id">
- <priorityModel server_priority="1">
- <priority_model>SERVER_DECLARED</priority_model>
- </priorityModel>
- </policySet>
-
- <policySet id="test_policy_set_2">
- <priorityModel>
- <priority_model>CLIENT_PROPAGATED</priority_model>
- </priorityModel>
- <threadpool>threadpool-2</threadpool>
- </policySet>
-
- </orbConfigs>
-</CIAO:ServerResources>