summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-08 04:33:50 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-08 04:33:50 +0000
commit466a994380934f5af60e7202909db7ebb0a6245b (patch)
treee0436db56e5583ebbf8e064486042ba228793427
parent58709635dc9bcabe7ab113233538c4638d934acc (diff)
downloadATCD-466a994380934f5af60e7202909db7ebb0a6245b.tar.gz
ChangeLogTag: Tue Aug 7 23:29:34 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
-rw-r--r--TAO/performance-tests/Latency/Thread_Per_Connection/svc.conf2
-rw-r--r--TAO/performance-tests/Thread_Per_Connection_Latency/svc.conf2
3 files changed, 13 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 22f8df58741..4c89adb093a 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Tue Aug 7 23:29:34 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * performance-tests/Thread_Per_Connection_Latency/svc.conf: Did
+ the same change as the last checkin, ie. removed the RW
+ connection handler. But beware, we *could* have a performance
+ drop in our stats page. If wehave performance drop, then we
+ change the Transport_Mux_Strategy for the following test. Even
+ if we do change the Mux_Strategy and the connection handler to
+ RW, it seems that this would be in odd with what we preached a
+ few days back at the TAO workshop.
+
Tue Aug 7 23:02:09 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* performance-tests/Thread_Pool_Latency/svc.conf: Looks like our
diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/svc.conf b/TAO/performance-tests/Latency/Thread_Per_Connection/svc.conf
index f1600052087..bb33905530c 100644
--- a/TAO/performance-tests/Latency/Thread_Per_Connection/svc.conf
+++ b/TAO/performance-tests/Latency/Thread_Per_Connection/svc.conf
@@ -2,5 +2,5 @@
# $Id$
#
static Advanced_Resource_Factory "-ORBReactorType select_mt -ORBReactorMaskSignals 0 -ORBFlushingStrategy blocking"
-static Client_Strategy_Factory "-ORBClientConnectionHandler RW"
+#static Client_Strategy_Factory "-ORBClientConnectionHandler RW"
static Server_Strategy_Factory "-ORBConcurrency thread-per-connection"
diff --git a/TAO/performance-tests/Thread_Per_Connection_Latency/svc.conf b/TAO/performance-tests/Thread_Per_Connection_Latency/svc.conf
index f1600052087..bb33905530c 100644
--- a/TAO/performance-tests/Thread_Per_Connection_Latency/svc.conf
+++ b/TAO/performance-tests/Thread_Per_Connection_Latency/svc.conf
@@ -2,5 +2,5 @@
# $Id$
#
static Advanced_Resource_Factory "-ORBReactorType select_mt -ORBReactorMaskSignals 0 -ORBFlushingStrategy blocking"
-static Client_Strategy_Factory "-ORBClientConnectionHandler RW"
+#static Client_Strategy_Factory "-ORBClientConnectionHandler RW"
static Server_Strategy_Factory "-ORBConcurrency thread-per-connection"