blob: 59f95be046859118496ec2ac4231eafe081b4362 (
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
|
<HTML>
<!-- $Id$ -->
<HEAD>
<META NAME="GENERATOR" CONTENT="Adobe PageMill 2.0 Mac">
<TITLE>TAO Component Documentation</TITLE>
</HEAD>
<BODY text = "#000000"
link="#000fff"
vlink="#ff0f0f"
bgcolor="#ffffff">
<HR>
<H3 ALIGN=CENTER>Component 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="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> Mapping of all <A HREF="../">TAO files</A>
into a manageable set of <A HREF="../TAO-inheritance.ps.gz">inheritance
hierarchies</A>. <P>
</UL>
</BODY>
<P><HR><P>
Back to the TAO <A HREF="index.html">documentation index</A>.
<!--#include virtual="/~schmidt/cgi-sig.html" -->
</HTML>
|