summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-04-04 19:26:25 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-04-04 19:26:25 +0000
commit4f4c3e28c2cbce7db3b7baa7648a04853d569c30 (patch)
treee4b5914a27dc6bb282cb2b4fe69ecd964ff4ab48
parent97cebd502c160effc158ee99c034b638b2721357 (diff)
downloadATCD-4f4c3e28c2cbce7db3b7baa7648a04853d569c30.tar.gz
ChangeLogTag: Thu Apr 4 13:25:06 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a4
-rw-r--r--TAO/docs/Options.html10
2 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 1db6af1a136..f6ed444d6a6 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,7 @@
+Thu Apr 4 13:25:06 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * docs/Options.html: Added documentation for the new -ORB option.
+
Thu Apr 4 13:15:47 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/Makefile: Added the new test to the list tests that are
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index ff8b39ddfbf..6a0c77fc8c5 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -519,6 +519,16 @@ would load all the options listed within "".
</TD>
</TR>
<TR>
+ <TD><CODE>-ORBMuxedConnectionMax</CODE> <EM>number</EM></TD>
+ <TD><a name="-ORBMuxedConnectionMax"></a>
+ The transport cache allows only specified number of
+ connections-per-QoS property to be added to connection
+ cache. Threads not getting the connections will wait for the
+ connections to be released. This options works only for Muxed
+ connection strategy.
+ </TD>
+</TR>
+<TR>
<TD><CODE>-ORBConnectionCachePurgePercentage</CODE> <EM>percent</EM></TD>
<TD><a name="-ORBConnectionCachePurgePercentage"></a>
If the transport cache is purged, the specified percentage (20 by