summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-07-14 19:07:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-07-14 19:07:23 +0000
commit2be70685cba7867a647443ddf8785a7896b8a358 (patch)
treea63eb30c117c4804b0badddf8ede0b7eb5fc5daa
parente25ab002581f25acb45297e80033562a7a5468e9 (diff)
downloadATCD-2be70685cba7867a647443ddf8785a7896b8a358.tar.gz
ChangeLogTag:Fri Jul 14 12:05:13 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rw-r--r--TAO/docs/releasenotes/index.html7
2 files changed, 13 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index ceee6f44a5d..b1505b7fe4e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Fri Jul 14 12:05:13 2000 Ossama Othman <ossama@uci.edu>
+
+ * docs/releasenotes/index.html:
+
+ Updated "Recent Work" section in the Load Balancer release
+ notes.
+
Fri Jul 14 13:42:09 2000 Jeff Parsons <parsons@cs.wustl.edu>
* orbsvcs/IFR_Service/Contained_i.cpp:
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index d3593b50943..013bae027e5 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -1832,7 +1832,12 @@ balancers at run-time, rather than at application start up time.</li>
<h4>Recent Work:</h4>
<ul>
-<li>TBD</li>
+<li>Replaced use of DSI for forwarding requests in favor of a
+ ServantLocator. The ServantLocator implementation provides a more
+ robust way of forwarding requests. The DSI implementation was a
+ bit of a hack since ForwardRequest exceptions are only supposed to
+ be thrown from ServantManagers, such as ServantLocators.</li>
+<li>All code is now thread-safe.</li>
</ul>
<h4>Future Work:</h4>