summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-11-11 13:58:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-11-11 13:58:21 +0000
commit412530e819c782ee34a8eeb1e803c0929d0aa7fc (patch)
treec3e6ea028fa16c8748737ea42cde3797da81b461
parentbb50f05c6393a9510c7f2389328dfaa74ff49a07 (diff)
downloadATCD-412530e819c782ee34a8eeb1e803c0929d0aa7fc.tar.gz
ChangeLogTag:Sat Nov 10 22:13:54 2001 Krishnakumar B <kitty@cs.wustl.edu>
-rw-r--r--TAO/docs/Options.html55
-rw-r--r--TAO/docs/configurations.html2
-rw-r--r--THANKS1
3 files changed, 33 insertions, 25 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index b9a65894890..1f1e17d07ca 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -16,22 +16,27 @@ bgcolor="#ffffff">
<H3>Overview</H3>
<blockquote>
-<p>TAO can be configured in several ways. Certain components in TAO,
-such as the ORB Core or Object Adapter, can be tuned by users by
-providing value for options or environment variables to them. These
-options are commonly specified as (1) environment variables or (2)
-strings passed on the command-line. Command-line options and
-environment variables to control global ORB features, such as the IOR
-format or ORB's bootstrapping methods. They are generally passed to
-component initialization methods for consumption. <P>
-
-In addition, options in <code>svc.conf</code> file provide a mechanism
-to fine-tune internal components in TAO that are specific to
-particular configurations. If your program use-cases have particular
-characteristics, you can use the <code>svc.conf</code> file to
-customize your programs and use various optimization provided by TAO .
-However, a <code>svc.conf</code> file is not required to run TAO
-programs. </p>
+<p>TAO can be configured in several ways:
+
+<UL>
+
+<LI> <B>Command-line options or environment variables</B> -- Certain
+components in TAO, such as the ORB Core or Object Adapter, can be
+tuned by users by providing value for options or environment variables
+to them. These options are commonly specified as environment
+variables or strings passed on the command-line. Command-line options
+and environment variables to control global ORB features, such as the
+IOR format or ORB's bootstrapping methods. They are generally passed
+to component initialization methods for consumption. <P>
+
+<LI> <B>svc.conf file</B> -- Options in <code>svc.conf</code> file
+provide a mechanism to fine-tune internal components in TAO that are
+specific to particular configurations. If your program use-cases have
+particular characteristics, you can use the <code>svc.conf</code> file
+to customize your programs and use various optimization provided by
+TAO . However, a <code>svc.conf</code> file is not required to run
+TAO programs. </p>
+</UL>
<P><EM>Programmer's Note:</EM> the internal structure for options is
the traditional <CODE>argc</CODE>/<CODE>argv</CODE> vector of strings
@@ -109,9 +114,10 @@ The following environment variables are supported by TAO:
<LI><A HREF="#RT_ORB_Loader"><CODE>RT_ORB_Loader</CODE></A>
</UL>
-Typically, CORBA::ORB options are set via command line parameters that
-are eventually passed to CORBA::ORB_init (), while the rest of the
-options are set via the service configurator (svc.conf) file.
+Typically, <CODE>CORBA::ORB</CODE> options are set via command line
+parameters that are eventually passed to
+<CODE>CORBA::ORB_init()</CODE>, while the rest of the options are set
+via the service configurator (<CODE>svc.conf</CODE>) file.
</blockquote>
@@ -277,8 +283,7 @@ merged with <a href="#-ORBCollocation"><code>-ORBCollocation</code></a>.
without checking POA's status (which translates to better
performance.) Notice that the interfaces that you wish to use
direct collocation with must be compiled with <code>
- <a href="compiler.html#collocation-stubs">-Gd</a>
- </code>. Default is thru_poa.
+ <a href="compiler.html#collocation-stubs">-Gd</a></code>. Default is thru_poa.
</TD>
</TR>
<TR>
@@ -562,7 +567,7 @@ the ORB.
<H3><A NAME="AdvancedResourceFactory"></A><CODE>TAO_Advanced_Resource_Factory</CODE></H3>
-<p>This factory is located in the TAO_Strategies library.
+<p>This factory is located in the <CODE>TAO_Strategies</CODE> library.
It accepts the options below as well as those described above in the
<A HREF="#DefaultResourceFactory"><CODE>TAO_Default_Resource_Factory</CODE></A>.
This factory can be loaded dynamically using a service configurator
@@ -572,11 +577,13 @@ directive of the form (all on one line):
<p>It can also be loaded statically by doing the following:
<UL>
<LI>Add a <code>#include "tao/Strategies/advanced_resource.h"</code> to the file containing <code>main()</code>
- <LI>Link the TAO_Strategies library into the executable
+ <LI>Link the <CODE>TAO_Strategies</CODE> library into the executable
<LI>Specify a service configurator directive of the form: <code>static Advanced_Resource_Factory "-ORBReactorType select_st"</code>
</UL>
<p>You can omit the <code>#include</code> if you always use dynamic libraries.
-<p>Once you have loaded the Advanced_Resource_Factory, then directives for the Resource_Factory have no effect (and generate warnings telling you so).
+<p>Once you have loaded the <CODe>Advanced_Resource_Factory</CODE>,
+then directives for the <CODE>Resource_Factory</CODE> have no effect (and generate
+warnings telling you so).
<p><em>Note:</em> <code>-ORBReactorLock</code> flag has been
superseded by <code><A HREF="#-ORBReactorType">-ORBReactorType</A></code>.
diff --git a/TAO/docs/configurations.html b/TAO/docs/configurations.html
index 79078f33d70..46ea824c95b 100644
--- a/TAO/docs/configurations.html
+++ b/TAO/docs/configurations.html
@@ -597,7 +597,7 @@ components. <P>
option to tune the program.<P>
<li><p>TAO programs evaluate the configuration settings in the following
- order,</p>
+ order:</p>
<ol>
<li>File specified in <code>-ORBSvcConf</code> command-line
diff --git a/THANKS b/THANKS
index cf5041548ec..0fbfa01caff 100644
--- a/THANKS
+++ b/THANKS
@@ -1366,6 +1366,7 @@ Ulrich Voigt <Ulrich.Voigt@ddg.de>
Syed Wasim Ali <syed.ali@neustar.com>
Bo Balder <bba@post.utfors.se>
Michael Sawczyn <msawczyn@columbus.rr.com>
+Ildar Gabdulline <ildar_gabdullin@mailru.com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile