summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-21 18:06:23 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-21 18:06:23 +0000
commit3a524dabed67e1ba91c82f8e3580538257e099c7 (patch)
treeedd738ce9bed12ec7bedfb1026341c7c6196f6fd
parent1147ab6d925e8388dd9ca34ea6edb20abd225522 (diff)
downloadATCD-3a524dabed67e1ba91c82f8e3580538257e099c7.tar.gz
Thu Jun 21 12:57:34 2001 Paul Calabrese <calabrese_p@ociweb.com>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
-rw-r--r--TAO/docs/cec_options.html5
-rw-r--r--TAO/docs/ec_options.html5
3 files changed, 18 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 6d389a07d3c..d9d4f4983e4 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,13 @@
+Thu Jun 21 12:57:34 2001 Paul Calabrese <calabrese_p@ociweb.com>
+
+ * docs/ec_options.html:
+ * docs/cec_options.html:
+
+ Add a note warning of deadlocks when the immediate
+ update strategy is used on the proxy collections with
+ the reactive value of the dispatching and consumer/supplier
+ control options.
+
Thu Jun 21 10:00:32 2001 Jeff Parsons <parsons@cs.wustl.edu>
* orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.dsp:
diff --git a/TAO/docs/cec_options.html b/TAO/docs/cec_options.html
index 4f02b07223a..c62dafc4fd3 100644
--- a/TAO/docs/cec_options.html
+++ b/TAO/docs/cec_options.html
@@ -212,7 +212,10 @@ static CEC_Factory "-CECDispatching reactive ....."
the data structure, the system must use other
approaches to guarantee that the iterators are not
invalidated during event dispatching. For example,
- use a separate dispatching thread.
+ use a separate dispatching thread. Using this option
+ with the reactive values for any of the
+ -CECSupplierControl, -CECConsumerControl, or
+ -CECDispatching options may cause deadlocks.
</TD>
</tr>
<TR>
diff --git a/TAO/docs/ec_options.html b/TAO/docs/ec_options.html
index 4f97849ddc8..5e1b98ab554 100644
--- a/TAO/docs/ec_options.html
+++ b/TAO/docs/ec_options.html
@@ -360,7 +360,10 @@ static EC_Factory "-ECFiltering basic ....."
the data structure, the system must use other
approaches to guarantee that the iterators are not
invalidated during event dispatching. For example,
- use a separate dispatching thread.
+ use a separate dispatching thread. Using this option
+ with the reactive values for any of the
+ -ECSupplierControl, -ECConsumerControl, or
+ -ECDispatching options may cause deadlocks.
</TD>
</tr>
<TR>