summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-01-27 02:10:23 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-01-27 02:10:23 +0000
commitd9814710e7f8ea0e8ff08194d032535605b7cf71 (patch)
treec35366d7d174729053ff0b6426315c6fbf448544
parent5363fb46c92f7d62c2e0c36c7e7fb80cf54ee08e (diff)
downloadATCD-post_132_bala.tar.gz
ChangeLogTag: Sun Jan 26 21:16:14 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>post_132_bala
-rw-r--r--TAO/docs/Options.html14
-rw-r--r--TAO/tao/ChangeLog4
2 files changed, 17 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>
diff --git a/TAO/tao/ChangeLog b/TAO/tao/ChangeLog
index 41c8ed1c8eb..61c27d61519 100644
--- a/TAO/tao/ChangeLog
+++ b/TAO/tao/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jan 26 21:16:14 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * docs/Options.html: documented the new option.
+
Mon Jan 20 09:00:55 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
The aim of this checkin is to provide an option to configure the