summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-12 23:54:09 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-12 23:54:09 +0000
commit54f92480c39eb2b1a8bba741abe43c04395387f1 (patch)
tree5c2c0a5af8a1bf02aa40629ca628d27385d43f7b
parenteef31ef9a2482fbaba0b511827b96f8f2dbfcde5 (diff)
downloadATCD-54f92480c39eb2b1a8bba741abe43c04395387f1.tar.gz
Tue Jun 12 18:50:57 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rw-r--r--TAO/docs/Options.html73
2 files changed, 51 insertions, 29 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 8e29fa7e19f..16337fc24f1 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Tue Jun 12 18:50:57 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
+
+ * docs/Options.html:
+ Updated documentation to reflect that the -ORBSchedPolicy
+ and -ORBPriorityMapping options moved from the Strategies
+ library to the RTCORBA library.
+
Tue Jun 12 18:28:46 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
* tao/Policy.pidl:
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index 9d0a565b8a0..3e79748719b 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -105,6 +105,7 @@ The following environment variables are supported by TAO:
<LI><A HREF="#ResourceFactory"><CODE>TAO_Resource_Factory</CODE></A>
<LI><A HREF="#DefaultServer"><CODE>TAO_Default_Server_Strategy_Factory</CODE></A>
<LI><A HREF="#DefaultClient" TARGET="_top"><CODE>TAO_Default_Client_Strategy_Factory</CODE></A>
+ <LI><A HREF="#RT_ORB_Loader"><CODE>RT_ORB_Loader</CODE></A>
</UL>
Typically, CORBA::ORB options are set via command line parameters that
@@ -575,35 +576,6 @@ superseded by <code><A HREF="#-ORBReactorType">-ORBReactorType</A></code>.
</TD>
</TR>
<TR>
- <TD><CODE>-ORBSchedPolicy</CODE> <EM>policy</EM></TD>
- <TD><a name="-ORBSchedPolicy"></a>
- Specify the scheduling policy used for the priority mapping
- computations.
- Priority mappings map the CORBA priority range (from 0 to 32767)
- into the native OS priority range, but in some operating systems
- the range depends on the scheduling policy used.
- Using this option the user can set the scheduling policy, valid
- values as <B>SCHED_OTHER</B>, <B>SCHED_FIFO</B> and
- <B>SCHED_RR</B>, notice that in some operating systems some of
- the scheduling policies require super user privileges.
- </TD>
-</TR>
-<TR>
- <TD><CODE>-ORBPriorityMapping</CODE> <EM>mapping_type</EM></TD>
- <TD><a name="-ORBPriorityMapping"></a>
- Select the priority mapping to use.
- The default resource factory provide two priority mapping
- implementations, <B>linear</B> selects a linear mapping between
- the CORBA range of priorities and the native range of
- priorities for the selected scheduling policy.
- The <B>direct</B> mapping maps the first <B>n</B> CORBA
- priorities to the range of native priorities,
- where <B>n</B> is the number of native priorities.
- In all the operating systems where TAO is supported the range of
- CORBA priorities is larger than the native set.
- </TD>
-</TR>
-<TR>
<TD><CODE>-ORBReactorRegistry</CODE> <EM>registry_type</EM></TD>
<TD><a name="-ORBReactorRegistry"></a>
Select the type of reactor registry.
@@ -902,6 +874,49 @@ superseded by <code><A HREF="#-ORBReactorType">-ORBReactorType</A></code>.
</TABLE>
</P>
</BLOCKQUOTE>
+
+<H3><CODE>RT_ORB_Loader</CODE><A NAME="RT_ORB_Loader"></A></H3>
+
+<BLOCKQUOTE>
+<P><TABLE BORDER="2" CELLSPACING="2" CELLPADDING="0" >
+ <TR>
+ <TH>Option</TH>
+ <TH>Description</TH>
+ </TR>
+<TR>
+ <TD><CODE>-ORBSchedPolicy</CODE> <EM>policy</EM></TD>
+ <TD><a name="-ORBSchedPolicy"></a>
+ Specify the scheduling policy used for the priority mapping
+ computations.
+ Priority mappings map the CORBA priority range (from 0 to 32767)
+ into the native OS priority range, but in some operating systems
+ the range depends on the scheduling policy used.
+ Using this option the user can set the scheduling policy, valid
+ values as <B>SCHED_OTHER</B>, <B>SCHED_FIFO</B> and
+ <B>SCHED_RR</B>, notice that in some operating systems some of
+ the scheduling policies require super user privileges.
+ </TD>
+</TR>
+<TR>
+ <TD><CODE>-ORBPriorityMapping</CODE> <EM>mapping_type</EM></TD>
+ <TD><a name="-ORBPriorityMapping"></a>
+ Select the priority mapping to use.
+ The default resource factory provide two priority mapping
+ implementations, <B>linear</B> selects a linear mapping between
+ the CORBA range of priorities and the native range of
+ priorities for the selected scheduling policy.
+ The <B>direct</B> mapping maps the first <B>n</B> CORBA
+ priorities to the range of native priorities,
+ where <B>n</B> is the number of native priorities.
+ In all the operating systems where TAO is supported the range of
+ CORBA priorities is larger than the native set.
+ </TD>
+</TR>
+
+</TABLE>
+</P>
+</BLOCKQUOTE>
+
</blockquote>
<P><HR><P>