summaryrefslogtreecommitdiff
path: root/trunk/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.zero_lock.conf
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.zero_lock.conf')
-rw-r--r--trunk/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.zero_lock.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/trunk/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.zero_lock.conf b/trunk/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.zero_lock.conf
new file mode 100644
index 00000000000..d3d195dabce
--- /dev/null
+++ b/trunk/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.zero_lock.conf
@@ -0,0 +1,12 @@
+# $Id$
+#
+# Please see $TAO_ROOT/docs/Options.html for details on these options.
+#
+# This configuration is almost safe for IDL_Cubit, it uses no locks
+# but runs with thread-per-connection, since there is only one client
+# the only problems are on shutdown.
+#
+
+static Advanced_Resource_Factory "-ORBReactorType select_st -ORBInputCDRAllocator null -ORBConnectionCacheLock null"
+static Client_Strategy_Factory "-ORBProfileLock null -ORBClientConnectionHandler RW"
+static Server_Strategy_Factory "-ORBConcurrency thread-per-connection -ORBPOALock null -ORBAllowReactivationOfSystemids 0"