summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 22:25:30 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 22:25:30 +0000
commitb395a19990b4b4eb953d9af88b76b1fd2e36f8ba (patch)
treec280b67b40b05b40f51c2397a71f6347533e6816 /TAO/docs
parentae37f510ebcfeb25cf77ecd63bda9973b104642d (diff)
downloadATCD-b395a19990b4b4eb953d9af88b76b1fd2e36f8ba.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/releasenotes/index.html18
1 files changed, 15 insertions, 3 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index 2e1c82cbda4..b1ea49628ed 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -449,9 +449,6 @@ Known issues:
<ul>
-<li> ORB::shutdown needs to deactive the POA Managers. We need to fix
-this. </li><P>
-
</UL>
Future work:
@@ -470,6 +467,21 @@ Recently completed work:<P>
<ul>
+<li> ORB::shutdown now properly deactives all the POA
+Managers. </li><P>
+
+<li>
+
+POA Managers in TAO were previously ignored in the request processing
+path on the server. This is now fixed such that their state is checked
+before dispatching the client request to the servant. Only if the
+state is <CODE>ACTIVE</CODE>, is the request dispatched to the
+servant. Otherwise, the request is rejected. Since POA Managers start
+off in <CODE>HOLDING</CODE> state, make sure to
+<CODE>activate()</CODE> them before falling into the event loop.
+
+</li><P>
+
<li> TAO's POA now properly supports both the threading policies:
SINGLE_THREAD_MODEL and ORB_CTRL_MODEL. </li><P>