summaryrefslogtreecommitdiff
path: root/trunk/TAO/docs/components.html
blob: dcd890a3473550dc64b0634354bc4503735e7774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<HTML>
<!-- $Id$ -->
  <HEAD>
    <META NAME="GENERATOR" CONTENT="Adobe PageMill 2.0 Mac">
    <TITLE>TAO Component Options and Tuning Documentation</TITLE>
  </HEAD>

<BODY text = "#000000"
link="#000fff"
vlink="#ff0f0f"
bgcolor="#ffffff">

<HR>
    <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> 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>
          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>
      describes how to mix and match component <a
      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, scalability, and latency of TAO
          to meet various application needs.  It also describes how to
          reduce the compilation times and memory footprints for
          ACE+TAO and its applications. <P>

    </UL>
  </BODY>

<P><HR><P>
Back to the TAO <A HREF="index.html">documentation index</A>.

<!--#include virtual="/~schmidt/cgi-sig.html" -->

</HTML>