summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-09 03:35:23 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-09 03:35:23 +0000
commit2225ff0e1d2393419ccf8296605bcd12b0381571 (patch)
tree9094386bc8a927034c908bdba233a2b89458a91d
parent24d631572d16192b48231f821b09d80e3285831d (diff)
downloadATCD-2225ff0e1d2393419ccf8296605bcd12b0381571.tar.gz
Thu Dec 08 21:34:36 2005 Gan Deng <gan.deng@vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog6
-rw-r--r--TAO/CIAO/NEWS15
2 files changed, 19 insertions, 2 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 9fa29af5d56..e0d425e7add 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Dec 08 21:34:36 2005 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * NEWS
+
+ Updated the NEWS file to capture ReDaC stuff.
+
Thu Dec 8 15:38:02 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* DAnCE/Old_Config_Handlers/DT_Handler.h:
diff --git a/TAO/CIAO/NEWS b/TAO/CIAO/NEWS
index 51488ae64f5..5e22a0eaa87 100644
--- a/TAO/CIAO/NEWS
+++ b/TAO/CIAO/NEWS
@@ -68,8 +68,19 @@ PLANNED MAJOR CHANGES FOR THE NEXT RELEASE
to/from the existing running assembly without shutting down the
running appliation. This will allow the application developers to
evolve their applications on the fly without incuring service down
- time.
-
+ time. The service is called ReDaC (Redeployment and Reconfiguration)
+
+ Basically ReDAC provides a whole range of redeployment and
+ reconfiguration granularity level, including:
+
+ 1) Install/remove component instances of the existing component types.
+ 2) Install/remove component instances of a different type, i.e., a totally new type of component.
+ 3) Install/remove component instances from an existing container.
+ 4) Install new component instances into a dynamically created brand new container.
+ Move around existing components from one existing container to another existing/new container.
+ 5) Install new component instances into another component server in the same physical node.
+ 6) Install new component instances into another component server into a remote host.
+
. Adding support to manage multiple interconnected assemblies, which will
involve the work through ExternalReferenceEndPoint idea.