summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-02-21 16:52:42 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-02-21 16:52:42 +0000
commita62f2cf47259229b1c47ddd2633412d690cd799d (patch)
tree6b235ca4088a841b19786b00155f3a324bff8e0f
parent40dfdca82a8d02237b53496bf952917c97b0163c (diff)
downloadATCD-a62f2cf47259229b1c47ddd2633412d690cd799d.tar.gz
ChangeLogTag: Wed Feb 21 10:50:46 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/docs/Options.html14
2 files changed, 8 insertions, 12 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 7c5917c9d8a..c6b47a10cfc 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Wed Feb 21 10:50:46 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * docs/Options.html: Changed the documentation for
+ -ORBConnectionCachingStrategy and -ORBPurgePercentage
+ options.
+
Wed Feb 21 07:27:58 2001 Carlos O'Ryan <coryan@uci.edu>
* orbsvcs/tests/EC_Custom_Marshal/ECCM_Consumer.dsp:
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index 9e1d1f2e97b..b343417ed09 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -500,23 +500,13 @@ superseded by <code><A HREF="#-ORBReactorType">-ORBReactorType</A></code>.
<TR>
<TD><CODE>-ORBConnectionCachingStrategy</CODE> <EM>type</EM></TD>
<TD><a name="-ORBConnectionCachingStrategy"></a>
- Specify the strategy to use for caching and purging connections.
- By default, TAO_CONNECTION_CACHING_STRATEGY is used which has
- been set to Least Recently Used (LRU).
- For example, for choosing the First In First Out option just add
- <code>-ORBConnectionCachingStrategy fifo</code> to the service
- configurator file.
+ This option is not supported in the present beta.
</TD>
</TR>
<TR>
<TD><CODE>-ORBPurgePercentage</CODE> <EM>percent</EM></TD>
<TD><a name="-ORBPurgePercentage"></a>
- Specify the number of connections to remove form the connection
- cache during auto-purging. By default, TAO_PURGE_PERCENT is used
- which has been set to 20.
- For example, for choosing 75% just add
- <code>-ORBPurgePercentage 75</code> to the service configurator
- file.
+ This option is not supported in the present beta.
</TD>
</TR>
<TR>