summaryrefslogtreecommitdiff
path: root/tests/Smart_Proxies/Collocation/svc.conf.xml
blob: 17e28d20bbd26be190d672d93dcac9c36ea1b750 (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="-ORBClientConnectionHandler RW"/>
 <!--  Not absolutely necessary for this test, but we add it for fun. -->
 <static id="Server_Strategy_Factory" params="-ORBConcurrency reactive"/>
</ACE_Svc_Conf>