Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / CSD_Collocation / svc.conf.xml
blobdd3aa38419262d7dfb5d1c32b5cbca747cc3d41e
1 <?xml version='1.0'?>
2 <!-- Converted from ./tests/Collocation/svc.conf by svcconf-convert.pl -->
3 <ACE_Svc_Conf>
4  <!--  Please see $TAO_ROOT/docs/Options.html for details on these options. -->
5  <!--  -->
6  <!--  This is a single threaded "server." -->
7  <static id="Advanced_Resource_Factory" params="-ORBReactorType select_st -ORBInputCDRAllocator null  -ORBConnectionCacheLock null"/>
8  <!--  Make sure we use RW client handler so if something goes wrong, the program will bloc, -->
9  <!--  i.e., won't work. -->
10  <static id="Client_Strategy_Factory" params="-ORBClientConnectionHandler RW"/>
11  <!--  Not absolutely necessary for this test, but we add it for fun. -->
12  <static id="Server_Strategy_Factory" params="-ORBConcurrency reactive"/>
13 </ACE_Svc_Conf>