summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Collocation/svc.conf
blob: c278301c9bf67daaaa2291186ecb28cd4a7e2540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id$
#
# Please see $TAO_ROOT/docs/Options.html for details on these options.
#

# This is a single threaded "server."
static Resource_Factory "-ORBResources global -ORBReactorType select_st -ORBInputCDRAllocator null"

# Make sure we use RW client handler so if something goes wrong, the program will bloc,
# i.e., won't work.
static Client_Strategy_Factory "-ORBProfileLock null -ORBClientConnectionHandler RW -ORBConnectorLock null"

# Not absolutely necessary for this test, but we add it for fun.
static Server_Strategy_Factory "-ORBConcurrency reactive -ORBPOALock null"