diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-16 23:57:21 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-16 23:57:21 +0000 |
commit | f917f69f0a4cfaf50cafee1674136c59c48eba11 (patch) | |
tree | d68276e37fba84f948aecd7e92072f7a27c41de5 /TAO | |
parent | 8c22336bb9544e7227d3847986ecd20e031c9a2f (diff) | |
download | ATCD-f917f69f0a4cfaf50cafee1674136c59c48eba11.tar.gz |
Updated the current tasks.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/docs/releasenotes/TODO.html | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/TAO/docs/releasenotes/TODO.html b/TAO/docs/releasenotes/TODO.html index bf1a2810605..39445f33854 100644 --- a/TAO/docs/releasenotes/TODO.html +++ b/TAO/docs/releasenotes/TODO.html @@ -29,15 +29,21 @@ <OL> <LI><P>Implement an Implementation Repository for TAO. - <BR>[STATUS] Darrell is working on this. + <BR>[ASSIGNED TO:] Darrell. </P> </LI> <LI><P>Support the thread pool reactor in the ORB. - <BR>[STATUS] Nanbor is working on this. + <BR>[ASSIGNED TO:] Nanbor. </P> </LI> + <LI><P>Add support for multiple Profiles in the ORB (completing + the IIOP 1.0 support) + <BR>[ASSIGNED TO:] Fred + </P> + </LI> + </OL> <HR> @@ -344,11 +350,11 @@ class POA_Foo { </P> </LI> - <LI>Add support for multiple Profiles in the ORB (completing the - IIOP 1.0 support) + <LI>Support IIOP 1.1 in the ORB <P></LI> - <LI>Support IIOP 1.1 in the ORB + <LI>Use the IIOP 1.1 profile info to pass QoS info and use it to + preserve end-to-end QoS. <P></LI> <LI>Support IIOP 1.2 in the ORB @@ -357,10 +363,6 @@ class POA_Foo { <LI>Support GIOP 1.1 in the ORB (fragments) <P></LI> - <LI>Use the IIOP 1.1 profile info to pass QoS info and use it to - preserve end-to-end QoS. - <P></LI> - <LI>The size of pre-allocated buffer for the outgoing CDR streams is defined at compilation time; but if we use an efficient enough allocator we could make its size configurable @@ -777,6 +779,13 @@ class POA_Foo { </P> </LI> + <LI><P><B>EC:</B>Sometimes the Event Channel dead-locks during + shutdown. According to Ulf Jährig <jaehrig@desys.com>>;, an + easy way to reproduce the problem is to run the + EC_Throughput test under windows NT. + </P> + </LI> + <HR> <!-- Things below this point are "big" tasks" that --> |