summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-12-16 02:30:13 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-12-16 02:30:13 +0000
commit3927786303eb47528aa688798a015aea5958789b (patch)
treef0b25a9f25a6516e3765867640da9305f542db04 /TAO/docs
parentc2359786905cff02edb01efb888925d9bae0dfca (diff)
downloadATCD-3927786303eb47528aa688798a015aea5958789b.tar.gz
Little changes.
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/configurations.html44
1 files changed, 28 insertions, 16 deletions
diff --git a/TAO/docs/configurations.html b/TAO/docs/configurations.html
index d8132f8e797..7818d082278 100644
--- a/TAO/docs/configurations.html
+++ b/TAO/docs/configurations.html
@@ -43,32 +43,33 @@
<p>
<table border=2 width="100%" cellspacing="2" cellpadding="0">
<tr>
+ <tr>
<th>Typical Use</th>
- <td>
- This is definitely the most common use of an ORB in a
- server situation, where there is a single thread handling
- requests from multiple clients.
- </td>
+ <td>A brief description of the scenario and its typical use.</td>
</tr>
<tr>
<th>Number Threads</th>
- <td>1</td>
+ <td>The number of threads used by ORB-related activities.</td>
</tr>
<tr>
<th>Thread Creator</th>
- <td>Operating System or whoever creates the main thread in a process.</td>
+ <td>Identifies the creator of the threads discussed above.</td>
</tr>
<tr>
<th>Resource Location</th>
- <td>Resources are stored process-wide.</td>
+ <td>Where information on various resources is stored.</td>
</tr>
<tr>
<th>Thread task</th>
- <td>The single thread processes all connection requests and CORBA messages.</td>
+ <td>Describes what task is undertaken for each thread.</td>
+ </tr>
+ <tr>
+ <th>Options</th>
+ <td>Specifies the options for each service in order to utilize this configuration.</td>
</tr>
</table>
</p>
@@ -83,29 +84,40 @@
<p>
<table border=2 width="100%" cellspacing="2" cellpadding="0">
- <tr>
<th>Typical Use</th>
- <td>A brief description of the scenario and its typical use.</td>
+ <td>
+ This is definitely the most common use of an ORB in a
+ server situation, where there is a single thread handling
+ requests from multiple clients.
+ </td>
</tr>
<tr>
<th>Number Threads</th>
- <td>The number of threads used by ORB-related activities.</td>
+ <td>1</td>
</tr>
<tr>
<th>Thread Creator</th>
- <td>Identifies the creator of the threads discussed above.</td>
+ <td>Operating System or whoever creates the main thread in a process.</td>
</tr>
<tr>
<th>Resource Location</th>
- <td>Where information on various resources is stored.</td>
+ <td>Resources are stored process-wide.</td>
</tr>
<tr>
<th>Thread task</th>
- <td>Describes what task is undertaken for each thread.</td>
+ <td>The single thread processes all connection requests and CORBA messages.</td>
+ </tr>
+
+ <tr>
+ <th>Options</th>
+ <td>
+ <code>TAO_Resource_Manager</code>: <code>-ORBresources global</code><br>
+ <code>TAO_Server_Strategy_Factory</code>: <code>-ORBconcurrency reactive</code>
+ </td>
</tr>
</table>
</p>
@@ -214,7 +226,7 @@
<P>
<!-- Created: Fri Aug 29 10:06:40 CDT 1997 -->
<!-- hhmts start -->
-Last modified: Mon Dec 15 20:23:56 CST 1997
+Last modified: Mon Dec 15 20:29:28 CST 1997
<!-- hhmts end -->
</BODY>
</HTML>