diff options
author | jai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-07-07 20:39:57 +0000 |
---|---|---|
committer | jai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-07-07 20:39:57 +0000 |
commit | 8d7a8030d638f8e05782772f25013f3f45489df6 (patch) | |
tree | 6ffeeb6d64b86f5a7ef2d34b5f7aa53c3b724a59 /TAO/docs/releasenotes | |
parent | 07cdba996e5133a161ee521b9c8b8f0f2d35b1f6 (diff) | |
download | ATCD-8d7a8030d638f8e05782772f25013f3f45489df6.tar.gz |
Wed Jul 7 15:39:09 2004 Jaiganesh B <jai@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/docs/releasenotes')
-rw-r--r-- | TAO/docs/releasenotes/index.html | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index f3a5a15b06f..219f9dfc630 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -1937,15 +1937,24 @@ defines three built-in load balancing strategies. They are: <li> <tt>LeastLoaded</tt> <font color="#0000FF">(adaptive)</font></li> + +</ol> +TAO implements all of these and the following load balancing strategies: +<ol> +<li> +<tt>LoadAverage</tt> <font color="#0000FF">(adaptive)</font></li> + +<li> +<tt>LoadMinimum</tt> <font color="#0000FF">(adaptive)</font></li> + </ol> -TAO implements all of these load balancing strategies. <h4> Known Issues:</h4> <ul> <li> -<i>Adaptive</i> load balancing is currently not working. In particular, -the load shedding mechanism needs work.</li> +CPU load monitoring is not working in Windows. +</li> </ul> <h4> @@ -1953,15 +1962,13 @@ Recent Work:</h4> <ul> <li> -Implemented <tt>RoundRobin</tt> load balancing strategy.</li> - -<li> -Implemented <tt>LeastLoaded</tt> load balancing strategy.</li> +Implemented <tt>LoadAverage</tt> load balancing strategy.</li> <li> -Implemented preliminary infrastructure-controlled membership support.</li> +Implemented <tt>LoadMinimum</tt> load balancing strategy.</li> <li> +Implemented a CPU load utilization monitor in Linux. </li> </ul> @@ -1974,6 +1981,11 @@ Implement cooperative (distributed) load balancing support</li> <li> Integrate multicast support</li> +<li> +Implement a middleware load balancing performance measurement toolkit</li> +<li> +Implement self adaptive load balancing strategies</li> + </ul> <hr> |