summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
-rw-r--r--TAO/performance-tests/Latency/Thread_Pool/svc.conf4
-rw-r--r--TAO/performance-tests/Thread_Pool_Latency/svc.conf4
3 files changed, 15 insertions, 4 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index f913a41c85a..22f8df58741 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Tue Aug 7 23:02:09 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * performance-tests/Thread_Pool_Latency/svc.conf: Looks like our
+ past seems to haunt us. Once upon a time this svc.conf file was
+ used in Latency measurements. When the tests were changed to a
+ new directory the svc.conf file was copied. The svc.conf file
+ had a RW connection handler. That was enough to cause the test
+ to hang. Further removed the -ORBReactor type as it was trying
+ to load a TP reactor. This should fix the problem in the daily
+ builds with this test.
+
Tue Aug 7 14:37:10 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/Transport.cpp (handle_input_i): Added the transport
diff --git a/TAO/performance-tests/Latency/Thread_Pool/svc.conf b/TAO/performance-tests/Latency/Thread_Pool/svc.conf
index 9036c0af6cd..89de17c9d74 100644
--- a/TAO/performance-tests/Latency/Thread_Pool/svc.conf
+++ b/TAO/performance-tests/Latency/Thread_Pool/svc.conf
@@ -1,5 +1,5 @@
#
# $Id$
#
-static Advanced_Resource_Factory "-ORBReactorType tp -ORBReactorMaskSignals 0 -ORBFlushingStrategy blocking"
-static Client_Strategy_Factory "-ORBClientConnectionHandler RW"
+static Advanced_Resource_Factory "-ORBReactorMaskSignals 0 -ORBFlushingStrategy blocking"
+#static Client_Strategy_Factory "-ORBClientConnectionHandler RW"
diff --git a/TAO/performance-tests/Thread_Pool_Latency/svc.conf b/TAO/performance-tests/Thread_Pool_Latency/svc.conf
index 9036c0af6cd..89de17c9d74 100644
--- a/TAO/performance-tests/Thread_Pool_Latency/svc.conf
+++ b/TAO/performance-tests/Thread_Pool_Latency/svc.conf
@@ -1,5 +1,5 @@
#
# $Id$
#
-static Advanced_Resource_Factory "-ORBReactorType tp -ORBReactorMaskSignals 0 -ORBFlushingStrategy blocking"
-static Client_Strategy_Factory "-ORBClientConnectionHandler RW"
+static Advanced_Resource_Factory "-ORBReactorMaskSignals 0 -ORBFlushingStrategy blocking"
+#static Client_Strategy_Factory "-ORBClientConnectionHandler RW"