summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2008-06-17 13:45:08 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2008-06-17 13:45:08 +0000
commit8b141bcbc058e812f39a5bc328c76233f79d2469 (patch)
treed44d892a469e4afa32355122fd1d8ba69e8c4a0b
parentb0868289693fac9dae34e2d92f1057b23a836829 (diff)
downloadATCD-8b141bcbc058e812f39a5bc328c76233f79d2469.tar.gz
ChangeLogTag:Mon
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/docs/configurations.html8
2 files changed, 8 insertions, 6 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index af125cda626..e291b17e93d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jun 17 13:37:09 UTC 2008 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
+
+ * docs/configurations.html: Zapped the discussion of GIOPlite
+ since it's no longer supported. Thanks to Abdul Sowayan for
+ reporting this.
+
Tue Jun 17 09:30:00 UTC 2008 Simon Massey <sma at prismtech dot com>
* TAO_IDL/contrib/mcpp/main.cpp:
diff --git a/TAO/docs/configurations.html b/TAO/docs/configurations.html
index 34c949f585d..c5d2dc5fa1c 100644
--- a/TAO/docs/configurations.html
+++ b/TAO/docs/configurations.html
@@ -783,17 +783,13 @@ Configuration for Homogenous Systems<a NAME="homogenous"></a></h3>
<p>
<LI><b>Run-time options</b><a NAME="homogenous_runtime"></a>
- <p>If the only ORB running is TAO and there is no need to be
- IIOP interoperable the option <tt>-ORBGIOPlite</tt> can be used
- to reduce the message size and the processing time.
<P>Unix systems that support local IPC (formerly known as Unix domain
sockets) can take advantage of TAO's UIOP pluggable transport protocol
to improve performance considerably. To use TAO's UIOP pluggable
protocol, simply specify a UIOP endpoint on the command line using
the <tt>-ORBEndpoint</tt> option described in the
- <A HREF="Options.html">options</A> documentation. Further performance
- improvement can be achieved by using the UIOP protocol in combination
- with the <tt>-ORBGIOPlite</tt> option. Additional information about
+ <A HREF="Options.html">options</A> documentation. Additional
+ information about
TAO's UIOP pluggable protocol can be found in the
<A HREF="releasenotes/index.html#pp">release notes</A>.
<p>