summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-02-12 23:12:46 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-02-12 23:12:46 +0000
commitb2cd42deabe94d927c609ab3f8b5257a6012aa58 (patch)
treeba982f1e4be5059993c020804e6d4f65452b979b
parent0c12b11aa184fb1c64ab8774c028c01541e90836 (diff)
downloadATCD-b2cd42deabe94d927c609ab3f8b5257a6012aa58.tar.gz
Options.html
-rw-r--r--TAO/docs/Options.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index 66d54382822..29d7e43013b 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -866,7 +866,19 @@ would load all the options listed within "".
</TD>
</TR>
+ <TR>
+ <TD><CODE>-ORBReplyDispatcherTableSize</CODE> <EM>integer</EM></TD>
+ <TD><A name="-ORBReplyDispatcherTableSize"></a>
+
+ This options sets the size of the table that maps the reply
+ dispatcher to the request id's. Every entry in the table
+ consumes 16 bytes. The table is on a per transport
+ basis. Keeping the table size lower is recommended for
+ applications that need lower run-time memory consumption. The
+ default value is 16.
+ </TD>
+ </TR>
<TR>
<TD><CODE>-ORBTransportMuxStrategy</CODE> <EM>EXCLUSIVE / MUXED</EM></TD>