diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-10-13 18:56:00 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-10-13 18:56:00 +0000 |
commit | 5c69d222f0c8cd7de6cf41eb99e77f032144cdcf (patch) | |
tree | ebbec13739d56c85e21d1e057b0763f3313d2d0e | |
parent | 28cdcc5463440b78a04616dfa7ddb2dc53894938 (diff) | |
download | ATCD-5c69d222f0c8cd7de6cf41eb99e77f032144cdcf.tar.gz |
Tue Oct 13 18:55:48 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r-- | CIAO/ChangeLog | 8 | ||||
-rw-r--r-- | CIAO/NEWS | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog index c2d552f9c9d..577258f2ee7 100644 --- a/CIAO/ChangeLog +++ b/CIAO/ChangeLog @@ -1,9 +1,15 @@ +Tue Oct 13 18:55:48 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu> + + * NEWS: + + Updated with PlanLocality. + Tue Oct 13 18:38:21 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu> * CIAO/DAnCE/NodeApplication/NodeApplication_Impl.cpp: * CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/SimpleProcessColocation_2.cdp: * CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/SimpleProcessColocation_Default.cdp: - + Additional testing and bugfixes. Tue Oct 13 18:15:48 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl> diff --git a/CIAO/NEWS b/CIAO/NEWS index a501552ecf4..4195335e034 100644 --- a/CIAO/NEWS +++ b/CIAO/NEWS @@ -62,6 +62,23 @@ replacement in the near term: . Implement a planner to query the TargetManager and RepositoryManager and generate deployment plans on the fly. +USER VISIBLE CHANGES BETWEEN CIAO-0.7.4 and CIAO-0.7.5 +======================================================= + +. Added rudimentary support for PlanLocality, which allows DAnCE to spawn + multiple CIAO processes per node. Currently, only SameProcess + constraints are honored. SameProcess constraints are honored by + creating a separate process per constraint as it appears in the + plan, with the appropriate component instances spawned in each + process. + + Constraints are not rigerously checked by the runtime, so behaviour + when a component instance appears in multiple SameProcess + constraints is currently undefined. + + Components not appearing in any constraint are placed in a default + component server process. + USER VISIBLE CHANGES BETWEEN CIAO-0.7.3 and CIAO-0.7.4 ======================================================= |