summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-24 20:51:21 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-24 20:51:21 +0000
commit48293318d83e42e7c51a84d3b51fcf650eed8386 (patch)
tree90323f3d20b3ba02afa12401dfacb7f57478b71b
parentc299e8e460856e52b2f702fd34bca31f27ac0548 (diff)
downloadATCD-48293318d83e42e7c51a84d3b51fcf650eed8386.tar.gz
Fix problems with CEC documentation
-rw-r--r--TAO/docs/cec_options.html27
1 files changed, 18 insertions, 9 deletions
diff --git a/TAO/docs/cec_options.html b/TAO/docs/cec_options.html
index 827c8ac06af..c7313026992 100644
--- a/TAO/docs/cec_options.html
+++ b/TAO/docs/cec_options.html
@@ -62,11 +62,8 @@ static CEC_Factory "-CECDispatching reactive ....."
<TD>Select the dispatching strategy used by the COS
event service. A <EM>reactive</EM> strategy will use the
same thread that received the event from the supplier to
- push the event to all the consumers,
- the <EM>priority</EM> strategy will use a prioritized pool
- of threads and will query the scheduling service to select
- the thread that will dispatch each event;
- the <EM>mt</EM> strategy will also use a pool of threads,
+ push the event to all the consumers.
+ The <EM>mt</EM> strategy will also use a pool of threads,
but the thread to dispatch is randomly selected.
</TD>
</TR>
@@ -76,7 +73,7 @@ static CEC_Factory "-CECDispatching reactive ....."
<TD><CODE>-CECDispatchingThreads</CODE>
<EM>number_of_threads</EM>
</TD>
- <TD>Select the number of threads used bythe <EM>mt</EM>
+ <TD>Select the number of threads used by the <EM>mt</EM>
dispatching strategy.
</TD>
</TR>
@@ -262,9 +259,9 @@ static CEC_Factory "-CECDispatching reactive ....."
</P>
<PRE>
- TAO_EC_EventChannel (const TAO_CEC_EventChannel_Attributes& attributes,
- TAO_CEC_Factory* factory = 0,
- int own_factory = 0);
+ TAO_CEC_EventChannel (const TAO_CEC_EventChannel_Attributes& attributes,
+ TAO_CEC_Factory* factory = 0,
+ int own_factory = 0);
</PRE>
<P>The <CODE>factory</CODE> is an optional parameter to override
@@ -307,6 +304,18 @@ static CEC_Factory "-CECDispatching reactive ....."
</TD>
</TR>
+ <TR><TD><CODE>disconnect_callbacks</CODE></TD>
+ <TD>It not zero the event channel will send disconnect
+ callbacks when a disconnect method is called on a Proxy.
+ In other words, if a consumer calls
+ <CODE>disconnect_push_supplier()</CODE> on its proxy the
+ EC will invoke <CODE>disconnect_push_consumer()</CODE>
+ on the consumer. A similar thing is done for suppliers.
+ It is a matter of debate what the spec requires for the
+ regular event service.
+ </TD>
+ </TR>
+
<TR><TD><CODE>busy_hwm</CODE></TD>
<TD>When using the delayed strategy to update
ProxyPushSupplier sets this flag controls the maximum