summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Collocation/svc.conf.xml
blob: 866550b88382dd00c7dc6e1df0dc16826a40128a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version='1.0'?>
<!-- Converted from ./tests/Smart_Proxies/Collocation/svc.conf by svcconf-convert.pl -->
<ACE_Svc_Conf>
 <!--  $Id$ -->
 <!--  -->
 <!--  Please see $TAO_ROOT/docs/Options.html for details on these options. -->
 <!--  -->
 <!--  This is a single threaded "server." -->
 <static id="Resource_Factory" params="-ORBReactorType select_st -ORBInputCDRAllocator null  -ORBConnectionCacheLock null"/>
 <!--  Make sure we use RW client handler so if something goes wrong, the program will bloc, -->
 <!--  i.e., won't work. -->
 <static id="Client_Strategy_Factory" params="-ORBProfileLock null -ORBClientConnectionHandler RW"/>
 <!--  Not absolutely necessary for this test, but we add it for fun. -->
 <static id="Server_Strategy_Factory" params="-ORBConcurrency reactive -ORBPOALock null"/>
</ACE_Svc_Conf>