summaryrefslogtreecommitdiff
path: root/TAO/docs/Options.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/Options.html')
-rw-r--r--TAO/docs/Options.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index 0f54c698501..2490c938abe 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -843,7 +843,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>