summaryrefslogtreecommitdiff
path: root/TAO/docs/ec_options.html
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-08 18:04:16 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-08 18:04:16 +0000
commitf2467c5915867c006aa16fd22e482816e029a2db (patch)
tree61d8fcb4aa8a71d9034ff510ee52b2b7ca13fb5c /TAO/docs/ec_options.html
parenta2b8eda5d51dca5496c94600a7d3082b1a5f3601 (diff)
downloadATCD-ReDaC_01.tar.gz
made a copyReDaC_01
Diffstat (limited to 'TAO/docs/ec_options.html')
-rw-r--r--TAO/docs/ec_options.html31
1 files changed, 4 insertions, 27 deletions
diff --git a/TAO/docs/ec_options.html b/TAO/docs/ec_options.html
index efceece9965..382ea349b64 100644
--- a/TAO/docs/ec_options.html
+++ b/TAO/docs/ec_options.html
@@ -97,9 +97,11 @@ struct RtecEventData
<code>$TAO_ROOT/orbsvcs/orbsvcs/Event/EC_Null_Factory.h</code>
and <code>$TAO_ROOT/orbsvcs/orbsvcs/Event/EC_Basic_Factory.h</code>
for details.
- </ul>
+</ul>
+ The
+ table below describes all of the options (and values) supported by
+ these factories.
</P>
-
<h3>Special Topic: Queue Configuration</h3>
<p>
In certain configurations such as <em>mt</em> and <em>tpc</em>,
@@ -163,10 +165,6 @@ static EC_QueueFullSimpleActions "[wait | discard]"
# (see below) to specify that object's service configurator tag.
</PRE>
- <p>
- The
- table below describes all of the options (and values) supported by
- these factories.
<P>All the event service factory options start with
<CODE>-EC</CODE></P>
@@ -208,27 +206,6 @@ static EC_QueueFullSimpleActions "[wait | discard]"
<b>Does not apply to the <em>tpc</em> factory.</b>
</TD>
</TR>
- <!-- <TR NAME="ECDispatchingThreadFlags"> -->
- <TR>
- <td><code>-ECDispatchingThreadFlags</code>
- <em>thread_flags</em><b>:</b><em>thread_priority</em>
- </td>
- <td>
- Provide flags and priority used for creation of
- dispatching threads.<br>
- <em>thread_flags</em> is a set of
- <code>THR_</code> flags separated by the vertical bar
- ('|'), e.g.,
- <code>THR_BOUND|THR_NEW_LWP|THR_SCOPE_SYSTEM</code>.
- <br>
- <em>thread_priority</em> is a numeric value indicating the
- desired priority at which the thread should be created.
- No range checking is performed on the value prior to
- passing to the thread creation function. Also note that
- priorities are platform-specific, so a valid value for a
- given set of flags on one platform may not work with the
- same flags on another platform.
- </tr>
<!-- <TR NAME="ECQueueFullServiceObject"> -->
<tr>