summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-06-25 16:18:13 +0000
committerjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-06-25 16:18:13 +0000
commitf62a49779b93b52d749ceee65d57cb71fbed5025 (patch)
tree514cc7f6f7b8423f2a5c57262e90e52e939eda7a
parent9346a2649b176370075174a6c48dda5266e52c2a (diff)
downloadATCD-f62a49779b93b52d749ceee65d57cb71fbed5025.tar.gz
ChangeLogTag: Mon Jun 25 16:16:17 UTC 2007 Ciju John <johnc at ociweb dot com>
-rw-r--r--CIAO/ChangeLog5
-rw-r--r--CIAO/NEWS17
2 files changed, 22 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 1f9b65556e0..9b3807634ef 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 25 16:16:17 UTC 2007 Ciju John <johnc at ociweb dot com>
+
+ * NEWS:
+ NEWS summary contributions from Gan Deng.
+
Fri Jun 22 14:58:53 UTC 2007 Ciju John <johnc at ociweb dot com>
* ChangeLog:
diff --git a/CIAO/NEWS b/CIAO/NEWS
index a2af924c559..f931e23964c 100644
--- a/CIAO/NEWS
+++ b/CIAO/NEWS
@@ -71,6 +71,23 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
. Implement a planner to query the TargetManager and RepositoryManager
and generate deployment plans on the fly.
+USER VISIBLE CHANGES BETWEEN CIAO-0.5.8 and CIAO-0.5.9
+======================================================
+
+. Added a new deployment algorithm to DAnCE for optimization of large
+ scale deployment. In this algorithm, the number of threads spawned is
+ based on the deployment plan, i.e, by parsing the deployment plan
+ information, DAnCE decides how many threads to spawn (one thread per
+ node). This algorithm knows how to "initialize" each thread since
+ each thread will have different execution context, i.e., which
+ components to deploy to which node, component configuration, etc.
+
+. Added a NA component server callback wait strategy in NAM, which uses
+ conditional variable to signal the NA call back so it can work with
+ multi-threaded configuration, such as thread-per-connection mode. The
+ original implementation uses the main thread to run the ORB event
+ loop, which will not work for multi-threaded environment.
+
USER VISIBLE CHANGES BETWEEN CIAO-0.5.7 and CIAO-0.5.8
======================================================