summaryrefslogtreecommitdiff
path: root/trunk/CIAO/tests/Bug_2130_Regression/descriptors/rt-config-example.csr
blob: e1d120352aafdf7b584dbea01b45fc3216103a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

<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">
  
  <orbConfigs>
    <resources>
      <threadpool id="threadpool-1">
        <stacksize>0</stacksize>
        <static_threads>6</static_threads>
        <dynamic_threads>0</dynamic_threads>
        <default_priority>2</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>
    </resources>

    <policySet id="test_policy_set_id">
      <priorityModel server_priority="2">
        <priority_model>SERVER_DECLARED</priority_model>
      </priorityModel>
      <threadpool>threadpool-1</threadpool>
    </policySet>
    
  </orbConfigs>
</CIAO:ServerResources>