diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-09-27 16:51:04 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-09-27 16:51:04 +0000 |
commit | 5e82c10689cbfe842ddc51b118b3802fdecdba4b (patch) | |
tree | eb3af97a0890ba5977fe50d8cadab08c186dc8d3 /TAO/docs | |
parent | 5414b88dc75bf45c45d9edfb2113e8cd991ae673 (diff) | |
download | ATCD-5e82c10689cbfe842ddc51b118b3802fdecdba4b.tar.gz |
ChangeLogTag:Fri Sep 27 09:49:39 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/releasenotes/index.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index 0413cf24996..b5d4cbd7cd1 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -2009,12 +2009,12 @@ three built-in load balancing strategies. They are: <li><CODE>LeastLoaded</CODE> <FONT COLOR=BLUE>(adaptive)</FONT></li> </ol> -TAO currently implements the <CODE>Random</CODE> load balancing strategy. +TAO currently implements the <CODE>RoundRobin</CODE> and +<CODE>Random</CODE> load balancing strategies. <h4>Known Issues:</h4> <ul> -<li><CODE>RoundRobin</CODE> and <CODE>LeastLoaded</CODE> load - balancing strategies are currently unimplemented.</li> +<li><CODE>LeastLoaded</CODE> load balancing strategy is currently non-operational.</li> <li>New group members are not automatically created if possible and when necessary. This is only a problem for the <I>infrastructure controlled</I> object group membership style.</li> @@ -2025,13 +2025,12 @@ TAO currently implements the <CODE>Random</CODE> load balancing strategy. <h4>Recent Work:</h4> <ul> -<li>It's all recent. :-)</li> +<li>Implemented <CODE>RoundRobin</CODE> load balancing strategy</li> </ul> <h4>Future Work:</h4> <ul> -<li>Implement <CODE>RoundRobin</CODE> and <CODE>LeastLoaded</CODE> - load balancing strategies</li> +<li>Complete the <CODE>LeastLoaded</CODE> load balancing strategy implementation</li> <li>Implement cooperative (distributed) load balancing support</li> <li>Integrate multicast support</li> </ul> |