summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/svc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation/svc.conf')
-rw-r--r--TAO/tests/Collocation/svc.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tests/Collocation/svc.conf b/TAO/tests/Collocation/svc.conf
new file mode 100644
index 00000000000..285b1297bd4
--- /dev/null
+++ b/TAO/tests/Collocation/svc.conf
@@ -0,0 +1,14 @@
+# $Id$
+#
+# Please see $TAO_ROOT/docs/Options.html for details on these options.
+#
+
+# This is a single threaded "server."
+static Advanced_Resource_Factory "-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 Client_Strategy_Factory "-ORBProfileLock null -ORBClientConnectionHandler RW"
+
+# Not absolutely necessary for this test, but we add it for fun.
+static Server_Strategy_Factory "-ORBConcurrency reactive -ORBPOALock null"