summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 04:18:07 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 04:18:07 +0000
commite934c90a8b686341ff86fdabe739b818de08c83b (patch)
tree09d169f51bb36e090f0c4f0a5ecffa6fa5f49fa7
parent419edb9e74079bd3cb26dd6142de92563ab0b612 (diff)
downloadATCD-e934c90a8b686341ff86fdabe739b818de08c83b.tar.gz
ChangeLogTag:Thu Jul 15 23:16:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c9
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.mt_server.conf7
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.st_client.conf7
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.st_server.conf7
4 files changed, 30 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index a9bf7566ec0..5377411a334 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,12 @@
+Thu Jul 15 23:16:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * performance-tests/Cubit/TAO/IDL_Cubit/svc.mt_server.conf:
+ * performance-tests/Cubit/TAO/IDL_Cubit/svc.st_server.conf:
+ * performance-tests/Cubit/TAO/IDL_Cubit/svc.st_client.conf:
+ Alternative configurations that do not exploit any specific
+ knowledge about the application, only that if the client or
+ server are single threaded.
+
Thu Jul 15 22:14:18 1999 Irfan Pyarali <irfan@cs.wustl.edu>
* TAO/tao/IIOP_Connector.cpp
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.mt_server.conf b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.mt_server.conf
new file mode 100644
index 00000000000..845689fc35e
--- /dev/null
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.mt_server.conf
@@ -0,0 +1,7 @@
+# $Id$
+#
+# Please see $TAO_ROOT/docs/Options.html for details on these options.
+#
+
+static Resource_Factory "-ORBReactorType select_mt"
+static Server_Strategy_Factory "-ORBConcurrency thread-per-connection -ORBAllowReactivationOfSystemids 0"
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.st_client.conf b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.st_client.conf
new file mode 100644
index 00000000000..c7d3d8c7965
--- /dev/null
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.st_client.conf
@@ -0,0 +1,7 @@
+# $Id$
+#
+# Please see $TAO_ROOT/docs/Options.html for details on these options.
+#
+
+static Resource_Factory "-ORBReactorType select_st -ORBInputCDRAllocator null"
+static Client_Strategy_Factory "-ORBProfileLock null -ORBClientConnectionHandler RW -ORBConnectorLock null"
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.st_server.conf b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.st_server.conf
new file mode 100644
index 00000000000..723cd557ac3
--- /dev/null
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.st_server.conf
@@ -0,0 +1,7 @@
+# $Id$
+#
+# Please see $TAO_ROOT/docs/Options.html for details on these options.
+#
+
+static Resource_Factory "-ORBReactorType select_st -ORBInputCDRAllocator null"
+static Server_Strategy_Factory "-ORBPOALock null -ORBAllowReactivationOfSystemids 0"