summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-09-04 16:51:05 +0000
committerSteve Huston <shuston@riverace.com>2000-09-04 16:51:05 +0000
commite06d15aeaa1621d5bb28798046fbf7ebd3751692 (patch)
tree77ac9782f479bfa8caa0702f43845980134f2602
parent88459aeca693d3cba71a8bb239fdd91526d6fecb (diff)
downloadATCD-e06d15aeaa1621d5bb28798046fbf7ebd3751692.tar.gz
.
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
3 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8f332f2a2e..8290d2c60c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Sep 04 10:25:27 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/TP_Reactor.cpp (dispatch_i): If a handle's bit is set via
+ select in any of the masks (wr, ex, rd) and subsequently the
+ handle is selected for dispatching, clear it in all masks to
+ prevent possible spinning on a handle that can't be dispatched
+ because its handler is suspended.
+
Sat Sep 2 15:13:59 2000 Carlos O'Ryan <coryan@uci.edu>
* ace/CDR_Stream.h:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index f8f332f2a2e..8290d2c60c7 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Mon Sep 04 10:25:27 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/TP_Reactor.cpp (dispatch_i): If a handle's bit is set via
+ select in any of the masks (wr, ex, rd) and subsequently the
+ handle is selected for dispatching, clear it in all masks to
+ prevent possible spinning on a handle that can't be dispatched
+ because its handler is suspended.
+
Sat Sep 2 15:13:59 2000 Carlos O'Ryan <coryan@uci.edu>
* ace/CDR_Stream.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index f8f332f2a2e..8290d2c60c7 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Mon Sep 04 10:25:27 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/TP_Reactor.cpp (dispatch_i): If a handle's bit is set via
+ select in any of the masks (wr, ex, rd) and subsequently the
+ handle is selected for dispatching, clear it in all masks to
+ prevent possible spinning on a handle that can't be dispatched
+ because its handler is suspended.
+
Sat Sep 2 15:13:59 2000 Carlos O'Ryan <coryan@uci.edu>
* ace/CDR_Stream.h: