diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-14 03:38:38 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-14 03:38:38 +0000 |
commit | 45b44cd29cf0f5630bf3c098d0693e63b27e4294 (patch) | |
tree | 90c98958f34f49cf2fa289fb7f42e379d2bf9a94 /TAO/docs/Options.html | |
parent | f17bb3f26830941f636fe3d4bb3a2fa57a906ed7 (diff) | |
download | ATCD-45b44cd29cf0f5630bf3c098d0693e63b27e4294.tar.gz |
ChangelogTag:Tue Jan 13 21:37:35 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/docs/Options.html')
-rw-r--r-- | TAO/docs/Options.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html index 8fea9e065eb..c4136fd553e 100644 --- a/TAO/docs/Options.html +++ b/TAO/docs/Options.html @@ -395,6 +395,18 @@ arrived higher priority request since Reactor notifications are given preferences over normal I/O, thereby causing priority inversion.</p> </td> </tr> + <tr> + <td><code>-ORBDisableRTCollocation</code> <em>boolean + (0|1)</em></td> <td><a name="-ORBDisableRTCollocation"></a>This + option controls whether the application wants to use or discard + RT collocation decisions made by the RT ORB. A value of true + disables RT collocation decisions and falls back on the default + collocation decisions implemented in the default ORB. This is + very useful for applications using the RT ORB and doesn't want + to use the RT collocation decisions but fallback on the default + decisions for better performance. The default value is + <code>0</code>. </td> + </tr> </tbody> </table> </p> |