summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 23:25:38 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 23:25:38 +0000
commit95fa3ab2bd0bf931686ab0d9095d67cd63c62315 (patch)
tree146c6f78a14a797772673aceacb58361f69e5b55 /TAO/ChangeLog-99c
parentf35a04ee399e9d8383ad49d939e452a55013c1de (diff)
downloadATCD-ami_phase1.tar.gz
ChangeLogTag:Tue Jun 1 18:13:07 1999 Carlos O'Ryan <coryan@cs.wustl.edu>ami_phase1
Diffstat (limited to 'TAO/ChangeLog-99c')
-rw-r--r--TAO/ChangeLog-99c27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 684825cc439..8602e798812 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,30 @@
+Tue Jun 1 18:13:07 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * tao/GIOP.cpp:
+ * tao/Connect.cpp:
+ Improved debug messages for connection closing.
+
+ * tao/IIOP_Transport.cpp:
+ * tao/Wait_Strategy.cpp:
+ Commented out fine-grained debug messages
+
+ * tao/Invocation.cpp:
+ The wait_for_reply() call was in a while() loop. Under some
+ circumstances the while loop would not be entered, this race
+ condition was causing all kinds of evil crashes and failures.
+ The loop was not really needed because the wait_for_reply() call
+ can handle the case where the data has already arrived.
+
+ * tests/NestedUpcall/Reactor/mt_client.cpp:
+ Fixed ORB and POA initialization
+
+ * tests/NestedUpcall/Reactor/run_test.pl:
+ * tests/NestedUpcall/Reactor/README:
+ * tests/NestedUpcall/Reactor/svc.mt.conf:
+ Added a new configuration file for the mt_client test.
+ Documented the new mt_client test in the README file, added the
+ test to the run_test.pl file
+
Tue Jun 1 13:14:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/Wait_Strategy.cpp: