summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-11-11 20:04:45 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-11-11 20:04:45 +0000
commite412079b08f45ebf6074daf470529c7a21be61a4 (patch)
tree5dda7f9dae0150b81408f37035fc3bc016d333c3
parented9ed24f3978a1aa30f490459ae708872f3a55e7 (diff)
downloadATCD-e412079b08f45ebf6074daf470529c7a21be61a4.tar.gz
ChangeLogTag:Sun Nov 11 14:15:23 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/docs/configurations.html43
2 files changed, 18 insertions, 30 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 93c60551360..757971e18e1 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Sun Nov 11 14:15:23 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * docs/configurations.html: Fixed some documentation
+ inconsistencies.
+
Sun Nov 11 11:40:23 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* docs/Options.html: Fixed the documentation to be more helpful.
diff --git a/TAO/docs/configurations.html b/TAO/docs/configurations.html
index 46ea824c95b..e97a9eac387 100644
--- a/TAO/docs/configurations.html
+++ b/TAO/docs/configurations.html
@@ -176,7 +176,8 @@ Roadmap</h3>
<ul>
<li><tt>reactive</tt>: In this approach, each thread
in the thread pool has an ORB that accepts and processes
- requests reactively. <P>
+ requests reactively. This is also called as the
+ "ORB-per-thread" model <P>
<li><P><tt>leader/followers</tt>: In this model, the user must
create several threads, all of which invoke
@@ -187,14 +188,9 @@ Roadmap</h3>
doing so the ORB will selects another thread in the pool to
become the leader.
In other words the threads in the pool take turns to
- process the events.
- </p>
- <p>
- Notice that this configuration requires the
- <CODE>ACE_TP_Reactor</CODE>, i.e.
- you must use the <CODE>-ORBReactorType tp</CODE> in the
- configuration file.
+ process the events. This is the default configuration of the ORB.
</p>
+
</li>
</UL><P>
@@ -370,10 +366,7 @@ The following are common ORB configurations used by TAO applications.<P>
<tr>
<th align=left>Options</th>
- <td><tt>TAO_Advanced_Resource_Factory</tt>: <tt>-ORBReactorType
- select_mt</tt> (default) or other thread-safe platform specific
- reactors.<br>
- <br><tt>TAO_Server_Strategy_Factory</tt>:
+ <td><tt>TAO_Server_Strategy_Factory</tt>:
<tt>-ORBConcurrency thread-per-connection</tt></td>
</tr>
</table>
@@ -416,11 +409,10 @@ The following are common ORB configurations used by TAO applications.<P>
<tr>
<th align=left>Options</th>
- <td><tt>TAO_Advanced_Resource_Factory</tt>: <tt>-ORBReactorType
- select_mt</tt> (default) or other thread-safe platform specific
- reactors.<br>
- <br><tt>TAO_Server_Strategy_Factory</tt>:
- <tt>-ORBConcurrency reactive</tt></td>
+ <td> The default settings just works fine. However, one could
+ use <br><tt>TAO_Advanced_Resource_Factory</tt>: <tt>-ORBReactorType
+ "<em>which</em>"</tt>, for a thread-safe platform specific reactor.<br>
+ </td>
</tr>
</table>
<P>
@@ -455,16 +447,13 @@ The following are common ORB configurations used by TAO applications.<P>
<td>There are threads running ORB's event loops which handle
connection requests and handler threads which service
- requests form establiched connections.</td>
+ requests from established connections.</td>
</tr>
<tr>
<th align=left>Options</th>
- <td><tt>TAO_Advanced_Resource_Factory</tt>: <tt>-ORBReactorType
- select_mt</tt> (default) or other thread-safe platform specific
- reactors.<br>
- <br><tt>TAO_Server_Strategy_Factory</tt>:
+ <td><tt>TAO_Server_Strategy_Factory</tt>:
<tt>-ORBConcurrency thread-per-connection</tt></td>
</tr>
</table>
@@ -510,10 +499,7 @@ multiple ORBs, and thread-per-connection</i> configuration.<P>
<tr>
<th align=left>Options</th>
- <td><tt>TAO_Advanced_Resource_Factory</tt>: <tt>-ORBReactorType
- tp</tt>.<br>
- <br><tt>TAO_Server_Strategy_Factory</tt>:
- <tt>-ORBConcurrency reactive</tt></td>
+ <td> The default settings work great for this</td>
</tr>
</table>
<P>
@@ -554,10 +540,7 @@ multiple ORBs, and thread-per-connection</i> configuration.<P>
<tr>
<th align=left>Options</th>
- <td><tt>TAO_Advanced_Resource_Factory</tt>: <tt>-ORBReactorType
- tp</tt>.<br>
- <br><tt>TAO_Server_Strategy_Factory</tt>:
- <tt>-ORBConcurrency reactive</tt></td>
+ <td> The default settings work well for this</td>
</tr>
</table>
</ul>