diff options
Diffstat (limited to 'TAO/tests/Collocation/svc.conf')
-rw-r--r-- | TAO/tests/Collocation/svc.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tests/Collocation/svc.conf b/TAO/tests/Collocation/svc.conf deleted file mode 100644 index c278301c9bf..00000000000 --- a/TAO/tests/Collocation/svc.conf +++ /dev/null @@ -1,14 +0,0 @@ -# $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" |