summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-16 19:45:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-16 19:45:21 +0000
commitb31dbb4be64b9288fc6803e5b66f1d30c18ba527 (patch)
tree7403a54669ff76bc8d6eaee82fcb5c219339ca2e /TAO/docs
parentc60e3ead1b4e2a19b23ade5a459d1aaee9f13fd7 (diff)
downloadATCD-b31dbb4be64b9288fc6803e5b66f1d30c18ba527.tar.gz
ChangeLogTag:Sun Dec 16 10:33:17 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/components.html24
-rw-r--r--TAO/docs/index.html3
-rw-r--r--TAO/docs/performance.html20
3 files changed, 26 insertions, 21 deletions
diff --git a/TAO/docs/components.html b/TAO/docs/components.html
index 21162a5e57f..975942ae9ab 100644
--- a/TAO/docs/components.html
+++ b/TAO/docs/components.html
@@ -2,7 +2,7 @@
<!-- $Id$ -->
<HEAD>
<META NAME="GENERATOR" CONTENT="Adobe PageMill 2.0 Mac">
- <TITLE>TAO Component Documentation</TITLE>
+ <TITLE>TAO Component Options and Tuning Documentation</TITLE>
</HEAD>
<BODY text = "#000000"
@@ -11,33 +11,37 @@ vlink="#ff0f0f"
bgcolor="#ffffff">
<HR>
- <H3 ALIGN=CENTER>Component Documentation</H3>
+ <H3 ALIGN=CENTER>TAO Component Options and Tuning Documentation</H3>
<P>The following documentation is available on certain TAO components:</P>
<UL>
- <LI><A HREF="Options.html">Options</A> &shy; describes the
- options available to customize various components within TAO.
+ <LI><A HREF="Options.html">Options</A> describes the
+ options available to customize various components within TAO.
These customizations can be done by an end-user and do not
require C++ programming.<P>
- <LI><A HREF="ORBEndpoint.html">ORB endpoint options</A> &shy;
- Describes the options that TAO supports to enable
+ <LI><A HREF="ORBEndpoint.html">ORB endpoint options</A>
+ describes the options that TAO supports to enable
applications to specify which endpoints to use for
ORB-to-ORB communication. These customizations can be done
by an end-user or application during ORB initialization and do not
require C++ programming.<P>
- <li><a href="configurations.html">Configuration</a> &shy;
+ <li><a href="configurations.html">Configuration</a>
describes how to mix and match component <a
- href="Options.html">options</a> to customize
- how TAO processes requests. For example, this
+ href="Options.html">options</a> to customize
+ how TAO processes requests. For example, this
document explains how to configure TAO to process
all request in one thread, each request in a separate thread, or each connection
in a separate thread, <em>etc.</em><P>
+ <li><a href="performance.html">Performance tuning</a>
+ describes how to optimize the throughput and scalability of TAO
+ to meet various application needs. <P>
+
<LI> Mapping of all <A HREF="../">TAO files</A>
- into a manageable set of <A HREF="../TAO-inheritance.ps.gz">inheritance
+ into a manageable set of <A HREF="../TAO-inheritance.pdf">inheritance
hierarchies</A>. <P>
</UL>
</BODY>
diff --git a/TAO/docs/index.html b/TAO/docs/index.html
index 54dc715c6f5..a4f421d0d67 100644
--- a/TAO/docs/index.html
+++ b/TAO/docs/index.html
@@ -30,7 +30,8 @@ HREF="http://www.omg.org/library/c2indx.html">CORBA</a> Documentation</h3>
</td>
<td><font SIZE="+1"><dl>
- <dt> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"> <a HREF="components.html">ORB Configuration Options</a> </dt><P>
+ <dt> <img alt="o"
+ src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"> <a HREF="components.html">ORB Configuration & Tuning</a> </dt><P>
<dt> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"> TAO <a HREF="compiler.html">IDL Compiler Options</a> </dt><P>
<dt> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"> <a HREF="orbsvcs.html">ORB Services Directories</a> </dt><P>
<dt> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"> <a HREF="INS.html">Interoperable Naming Service</a> </dt><P>
diff --git a/TAO/docs/performance.html b/TAO/docs/performance.html
index bdbaece3115..7f44730683f 100644
--- a/TAO/docs/performance.html
+++ b/TAO/docs/performance.html
@@ -31,8 +31,8 @@
applications work correctly ``out-of-the-box,'' while also
enabling developers to further optimize their CORBA applications
to meet stringent performance requirements. </P>
-
- <p>
+
+ <p>
TAO's performance tuning philosophy reflects the fact that there
are trade-offs between speed, size, scalability, and programming
simplicity. For example, certain ORB configurations work well
@@ -69,16 +69,16 @@
</ul>
</li>
</ul>
-
+
<p><hr><p>
<a name="throughput"></a>
<h3>Optimizing Throughput</h3>
<p>
- In this context, ``throughput'' refers to the number of events
- occurring per unit time, where ``events'' can refer to
- ORB-mediated operation invocations, for example. This section
- describes how to optimize client and server throughput.
+ In this context, ``throughput'' refers to the number of events
+ occurring per unit time, where ``events'' can refer to
+ ORB-mediated operation invocations, for example. This section
+ describes how to optimize client and server throughput.
</p>
<p>
@@ -181,7 +181,7 @@
-ORBClientConnectionHandler</a></code> option
documentation for details.
</p>
-
+
</li>
</ul>
</li>
@@ -197,7 +197,7 @@
respectively, over that connection while a request is
pending. The connection is <i>exclusive</i> to a given
request, thus reducing contention on a connection.
- However, that exclusivity
+ However, that exclusivity
comes at the cost of a smaller number of requests that
may be issued at a given point in time. To enable this
behaviour, add the following option to the
@@ -414,7 +414,7 @@
<address><a href="mailto:ossama@uci.edu">Ossama Othman</a></address>
<!-- Created: Mon Nov 26 13:22:00 PST 2001 -->
<!-- hhmts start -->
-Last modified: Sun Dec 16 10:03:16 Pacific Standard Time 2001
+Last modified: Sun Dec 16 13:31:21 CST 2001
<!-- hhmts end -->
</body>
</html>