blob: f5c0a3078791b26b27a4b1ef84b7d05164373cfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version='1.0'?>
<!-- Converted from ./tests/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="Advanced_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>
|