summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-26 13:30:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-26 13:30:41 +0000
commitea4a139529244f80cf8bb1325f96418aa2e06a67 (patch)
treea62f364ed594ea086e652b4b368c288e7d54ebb0
parentc4b2ecf203edb737b1b48764d793d1ead4e6e8ef (diff)
downloadATCD-ea4a139529244f80cf8bb1325f96418aa2e06a67.tar.gz
Thu Oct 26 13:30:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 23b5b1a5b06..1b13b5da510 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,21 @@
+Thu Oct 26 13:30:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
+ Reverted the change below. Thew new UDP RTEC test showed
+ that the consumer was receiving duplicate events without being
+ able to detect that. So a single send resulted in two events
+ being received. The original problem needs to be resolved in
+ a different way because this breaks any assumptions about events
+
+ Mon Aug 21 15:37:23 UTC 2006 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
+ * orbsvcs/orbsvcs/Event/ECG_UDP_Out_Endpoint.i:
+ * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp: Made the
+ simplest fix to the problem where if a UDP RTEC supplier
+ restarts while the consumer is still running, it gets duplicate
+ fragment errors. The cost of this fix is that duplicate
+ completed requests are no longer detected. Thanks to Keith
+ Nicewarner for these fixes.
+
Thu Oct 26 12:54:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/orbsvcs/Event/ECG_CDR_Message_Sender.cpp: