Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Collocation / svc.conf
blobadf99b9e3597fcad44bc76d88090aab3012e7f82
2 # Please see $TAO_ROOT/docs/Options.html for details on these options.
5 # This is a single threaded "server."
6 static Advanced_Resource_Factory "-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 Client_Strategy_Factory "-ORBClientConnectionHandler RW"
12 # Not absolutely necessary for this test, but we add it for fun.
13 static Server_Strategy_Factory "-ORBConcurrency reactive"