diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-11 11:22:33 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-11 11:22:33 +0000 |
commit | 7057f674b85d5e365e520a622890a21bd37aea83 (patch) | |
tree | 7df0fcdcd874b289eb8da88095b0347bf5b26fb4 /TAO/docs/rtcorba | |
parent | 3db233d62e9c9fa448bb8c0690ec019893c9be0e (diff) | |
download | ATCD-7057f674b85d5e365e520a622890a21bd37aea83.tar.gz |
ChangeLogTag:Mon Dec 11 04:31:31 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/docs/rtcorba')
-rw-r--r-- | TAO/docs/rtcorba/features.html | 68 | ||||
-rw-r--r-- | TAO/docs/rtcorba/index.html | 2 | ||||
-rw-r--r-- | TAO/docs/rtcorba/omg_issues.html | 40 |
3 files changed, 109 insertions, 1 deletions
diff --git a/TAO/docs/rtcorba/features.html b/TAO/docs/rtcorba/features.html new file mode 100644 index 00000000000..734ab13fc7b --- /dev/null +++ b/TAO/docs/rtcorba/features.html @@ -0,0 +1,68 @@ +<html> + +<!-- $Id$ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<title>Real-Time Features Documentation</title> +<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> +</head> + +<body> + +<h2>Features Documentation</h2> +This material will be available shortly. +<!-- +<h3><br> +<a name="enabling">Enabling Real-Time CORBA features</a> </h3> + +<p>In order to use features from the Real-Time CORBA specification, TAO<br> +must be compiled with both TAO_HAS_RT_CORBA and<br> +TAO_HAS_CORBA_MESSAGING set to 1. These macros are defined in<br> +$TAO/tao/orbconf.h By default both Real-Time CORBA and Messaging are<br> +enabled unless Minimum CORBA support is turned on (i.e.,<br> +TAO_HAS_MINIMUM_CORBA set to 1). </p> + +<h3><a name="deprecated">TAO::Client_Priority_Policy</a></h3> + +<p>ClientPriorityPolicy is deprecated, cannot mix with other rt<br> +policies. compile without it. </p> + +<h3><a name="mappings">Priority Mappings </a></h3> + +<p>- Priority Mapping Provided by TAO (specification in service config file).<br> +- User Defined Priority Mapping<br> +- Setting and Getting Priority Mappings </p> + +<p>TAO implements two Priority Mappings:<br> +* Direct<br> +The lowest native priority corresponds to CORBA priority 0,<br> +next higher native priority corresponds to CORBA priority 1,<br> +and so on. The nth native priority level corresponds to CORBA<br> +priority n. For example, NT native priorities -15 -2 -1 0 1 2<br> +15 are mapped to CORBA priorities 0 1 2 3 4 5 6,<br> +correspondingly, and Solaris native priorities 0 to 59 are<br> +mapped to CORBA priorities 0 to 59. </p> + +<p>* Linear<br> +<br> +</p> + +<p>User-defined<br> +mappings can be used as well.<br> +<br> +<br> +<a name="defaults">ORB Default Policies</a></p> + +<p>Root POA? </p> + +<p>The spec provides </p> + +<p>Command-line options do not work. (Also put a note into ORB options<br> +web page.) </p> + +<h3><a name="protocols">Protocol Policies</a></h3> + +<p>Configuration of protocol properties per connection</p> +--> +</body> +</html> diff --git a/TAO/docs/rtcorba/index.html b/TAO/docs/rtcorba/index.html index f12c82bafef..c8733ac4953 100644 --- a/TAO/docs/rtcorba/index.html +++ b/TAO/docs/rtcorba/index.html @@ -8,7 +8,7 @@ <meta name="ProgId" content="FrontPage.Editor.Document"> </head> -<frameset cols="230,*"> +<frameset cols="300,*"> <frame name="contents" target="main" src="content.html" scrolling="auto"> <frame name="main" src="status.html"> <noframes> diff --git a/TAO/docs/rtcorba/omg_issues.html b/TAO/docs/rtcorba/omg_issues.html new file mode 100644 index 00000000000..be274376590 --- /dev/null +++ b/TAO/docs/rtcorba/omg_issues.html @@ -0,0 +1,40 @@ +<html> + +<!-- $Id$ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<title>Issues with OMG Real-Time CORBA 1.0 Specification</title> +<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> +</head> + +<body> + +<h2>Issues with Real-Time CORBA 1.0 Specification</h2> + +This material will be available shortly. +<!-- +<p>the spec (to be Submitted to the OMG)<br> +- Evaluation of policies<br> +- Model (structure) In Pool with Lanes, threads never change their<br> +priorities for the duration of request (what's the point then of<br> +carefully presetting the resources?). In Pools without lanes,<br> +priorities of threads can be adjusted for the duration of the call.<br> +- All policy configuraitons (valid/invalid/use cases) </p> + +<p>- POA - accessing effective policies for the object on the server side.<br> +- Policies like client protocol that can be set on both client and<br> +- server (orb defaults)<br> +- which policy exception to throw if attempting to set a policy that's<br> +only valid on POA level at object level. </p> + +<p>- Why do we need setting of the ClientProtocolPolicy on the Server<br> +side. The server already gets a chance to express which protocols<br> +should be used/preference by ServerProtocolPolicy. Furthermore,<br> +CORBA spec says that there are some pure client policies, and there<br> +are pure server policies. There can be some that are set on both<br> +client and server, but they should be avoided unless there is a<br> +really good reason for them, since they make things complicated.<br> +Plus the whole resetting to null things on the client is murky... </p> +--> +</body> +</html> |