summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-16 04:03:01 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-16 04:03:01 +0000
commit2a3039b6352287d5618114c2d3c9b8dd2d607aaf (patch)
treeadcd51133c91ffbf09cefd38610c8484996ad746
parentb5c2af2a27cfc724767d8689805d76999ebae8ce (diff)
downloadATCD-2a3039b6352287d5618114c2d3c9b8dd2d607aaf.tar.gz
*** empty log message ***
-rw-r--r--TAO/docs/Options.html20
-rw-r--r--TAO/docs/components.html30
-rw-r--r--TAO/docs/configurations.html17
-rw-r--r--TAO/docs/index.html39
-rw-r--r--TAO/docs/releasenotes/index.html1
5 files changed, 71 insertions, 36 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index d87888895c5..90847a89e70 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -3,7 +3,11 @@
<META NAME="GENERATOR" CONTENT="Adobe PageMill 2.0 Mac">
<TITLE>Options for TAO Components</TITLE>
</HEAD>
-<BODY>
+
+<BODY text = "#000000"
+link="#000fff"
+vlink="#ff0f0f"
+bgcolor="#ffffff">
<H1 ALIGN=CENTER>Options for TAO Components</H1>
@@ -18,9 +22,8 @@ for consumption.</P>
<P><EM>Programmer's Note:</EM> the internal structure for these
options is the traditional <CODE>argc</CODE>/<CODE>argv</CODE> vector
of strings style popularized by C and Unix. By convention, an
-initialization method will consume, <EM>i.e.</EM> ,remove from the
-vector, any options that it recognizes.</P>
-</blockquote>
+initialization method will consume, <EM>i.e.</EM>, remove from the
+vector, any options that it recognizes.</P> </blockquote>
<H2>Types of Options</H2>
@@ -176,11 +179,8 @@ or <CODE>user</CODE>.</TD></TR>
</BLOCKQUOTE>
</blockquote>
-<P><HR ALIGN=LEFT></P>
-
-<ADDRESS><A HREF="mailto:cleeland@cs.wustl.edu">Chris Cleeland</A></ADDRESS>
+<P><HR><P>
+Back to the TAO <A HREF="components.html">components documentation</A>.
-<P><!-- Created: Fri Aug 29 10:06:40 CDT 1997 --><!-- hhmts start -->Last
-modified: Wed Sep 3 16:35:23 CDT 1997 <!-- hhmts end -->
-</BODY>
+<!--#include virtual="/~schmidt/cgi-sig.html" -->
</HTML>
diff --git a/TAO/docs/components.html b/TAO/docs/components.html
index ae31ed258f6..93be79e6f10 100644
--- a/TAO/docs/components.html
+++ b/TAO/docs/components.html
@@ -3,25 +3,37 @@
<META NAME="GENERATOR" CONTENT="Adobe PageMill 2.0 Mac">
<TITLE>TAO Component Documentation</TITLE>
</HEAD>
- <BODY>
- <H1 ALIGN=CENTER>Component Documentation</H1>
+<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> &shy; describes the
- options available to tune various components within TAO. This
- can be done by a user, and not a programmer.</li>
+ 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> &shy;
describes how to mix and match component <a
- href="options.html">options</a> in order to achieve different
- effects on how TAO processes requests. For example, you might
- look in here to get an idea on how to configure TAO to process
- each request in a separate thread, or to process each connection
- in a separate thread, <em>etc.</em></li>
+ 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>
</UL>
</BODY>
+
+<P><HR><P>
+Back to the TAO <A HREF="index.html">documentation index</A>.
+
+<!--#include virtual="/~schmidt/cgi-sig.html" -->
+
</HTML>
diff --git a/TAO/docs/configurations.html b/TAO/docs/configurations.html
index 7818d082278..cae55b4d567 100644
--- a/TAO/docs/configurations.html
+++ b/TAO/docs/configurations.html
@@ -3,7 +3,11 @@
<META NAME="GENERATOR" CONTENT="Adobe PageMill 2.0 Mac">
<TITLE>Configuring TAO's Components</TITLE>
</HEAD>
- <BODY>
+
+<BODY text = "#000000"
+link="#000fff"
+vlink="#ff0f0f"
+bgcolor="#ffffff">
<H1 ALIGN=CENTER>Configuring TAO's Components</H1>
@@ -219,14 +223,9 @@
</blockquote>
-<P><HR ALIGN=LEFT></P>
-
-<ADDRESS><A HREF="mailto:cleeland@cs.wustl.edu">Chris Cleeland</A></ADDRESS>
+<P><HR><P>
+Back to the TAO <A HREF="components.html">components documentation</A>.
-<P>
-<!-- Created: Fri Aug 29 10:06:40 CDT 1997 -->
-<!-- hhmts start -->
-Last modified: Mon Dec 15 20:29:28 CST 1997
-<!-- hhmts end -->
+<!--#include virtual="/~schmidt/cgi-sig.html" -->
</BODY>
</HTML>
diff --git a/TAO/docs/index.html b/TAO/docs/index.html
index a7bf0dfe2bc..8f009ae8634 100644
--- a/TAO/docs/index.html
+++ b/TAO/docs/index.html
@@ -3,16 +3,39 @@
<META NAME="GENERATOR" CONTENT="Adobe PageMill 2.0 Mac">
<TITLE>TAO Documentation</TITLE>
</HEAD>
-<BODY>
-<H1 ALIGN=CENTER>TAO Documentation</H1>
+<BODY text = "#000000"
+link="#0000ff"
+vlink="#cc0000"
+bgcolor="#eeeeee">
-<P>This is a guide to various pieces of documentation on The ACE ORB (TAO).</P>
+<HR>
+<H3 ALIGN=CENTER>TAO Documentation</H3>
+
+<CENTER>
+<TABLE cellpadding=10 cellspacing=8 border=10>
+
+<TD><FONT SIZE=+1>
+<DL>
+ <DT><A
+ HREF="http://www.cs.wustl.edu/~schmidt/corba-research-realtime.html">Technical Overview</A> <P>
+ <DT><A HREF="components.html" TARGET="_top">Component Configuration</A><P>
+
+ <DT><A HREF="releasenotes/index.html">Release Notes</A><P>
+
+ <DT><A
+ HREF="http://www.cs.wustl.edu/~schmidt/events_tutorial.html">Event Service Tutorial</A><P>
+</DL>
+</FONT></TD>
+</TABLE>
+</CENTER>
+
+
+<P><HR><P>
+Back to the <A HREF="http://www.cs.wustl.edu/~schmidt/TAO.html">TAO</A> home page.
+
+<!--#include virtual="/~schmidt/cgi-sig.html" -->
+</BODY>
-<UL>
- <LI>Background
- <LI><A HREF="releasenotes.html">In this release</A>
- <LI><A HREF="components.html" TARGET="_top">Components</A>
-</UL>
</BODY>
</HTML>
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index 59f4ae68dc1..48de8bcf858 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -430,5 +430,6 @@ Points of contact: <A HREF="mailto:cleeland@cs.wustl.edu">Chris Cleeland</A> and
</BODY>
<hr><P>
+Back to the TAO <A HREF="../index.html">documentation index</A>.
<!--#include virtual="/~schmidt/cgi-sig.html" -->
</HTML>