summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-07-08 20:21:23 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-07-08 20:21:23 +0000
commitcea4d6d20d3ef632cb851ce997c065fe3cdef42e (patch)
tree8080cb82d155676ef3ad87fbdf57d30f242673d2 /TAO/docs
parentbd06a67a3311d2b3a655e83768195441349445f9 (diff)
downloadATCD-cea4d6d20d3ef632cb851ce997c065fe3cdef42e.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/Options.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index b26746b6ed3..dc1a79c27d2 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -361,7 +361,7 @@ merged with <a href="#-ORBCollocation"><code>-ORBCollocation</code></a>.
<TD>Specify whether each thread uses a global
(<em>which</em> = <code>global</code>) or a thread-specific
(<em>which</em> = <code>tss</code>) instance for the resources it
- returns.
+ returns. The default is <CODE>global </CODE>.
<B>NOTE:</B> This option controls the default value for
the ORB option of the same name.</A>.
</TD>
@@ -462,7 +462,7 @@ The default is <code>select_mt</code></TD>
concurrency strategy to use. Range of values is <code>reactive</code>
for a purely Reactor-driven concurrency strategy or
<code>thread-per-connection</code> for creating a new thread to
- service each connection.</TD>
+ service each connection. The default is reactive.</TD>
</TR>
<TR>
<TD><CODE>-ORBActiveObjectMapSize</CODE> <EM>active object map
@@ -568,7 +568,7 @@ The default is <code>select_mt</code></TD>
<TD>Specify the flags used for thread creation. Flags can be any
logical-OR combination of <CODE>THR_DETACHED</CODE>,
<CODE>THR_BOUND</CODE>, <CODE>THR_NEW_LWP</CODE>,
- <CODE>THE_SUSPENDED</CODE>.</TD>
+ <CODE>THE_SUSPENDED</CODE>. The default is <CODE>THR_BOUND </CODE>. </TD>
</TR>
<TR>