summaryrefslogtreecommitdiff
path: root/TAO/NEWS
diff options
context:
space:
mode:
authorharrisb <harrisb@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-03-01 20:19:23 +0000
committerharrisb <harrisb@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-03-01 20:19:23 +0000
commit0c8cff06d0ac5138ebe808961dc26e2923c8e7f2 (patch)
tree49c4e1e059aebd2ae2abd9b11ca7673002925b4d /TAO/NEWS
parent013c92b4ba86e6a39dd4320cec82c2941a180504 (diff)
downloadATCD-0c8cff06d0ac5138ebe808961dc26e2923c8e7f2.tar.gz
Fri Mar 1 20:17:57 UTC 2013 Byron Harris <harrisb@ociweb.com>
Diffstat (limited to 'TAO/NEWS')
-rw-r--r--TAO/NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index 4042fabe450..ab1b9d6ba7e 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -5,7 +5,11 @@ USER VISIBLE CHANGES BETWEEN TAO-2.1.7 and TAO-2.1.8
configuration which provides replication and seamless failover between
the primary and backup locator servers.
-. Fault Tolerant Naming Service [#4092 & #4095] - A new Fault Tolerant
+. Implementation Repository interoperable with JacORB servers [#4101] -
+ The Implementation Repository can now be used to manage JacORB
+ 3.3 or later application servers.
+
+. Fault Tolerant Naming Service [#4092 & #4095] - A new Fault Tolerant
Naming Service (tao_ft_naming), provides dual-redundant fault tolerant
servers which utilize replication and seamless failover between the
primary and backup server. The Fault Tolerant Naming Service can be
@@ -17,7 +21,7 @@ USER VISIBLE CHANGES BETWEEN TAO-2.1.7 and TAO-2.1.8
. Configurable Persistence Mechanism [#4092] - Extracted persistence
mechanism used for storable naming context into Storable_* classes so
that it can be reused. Simplified use of storable read/write so that
- it behaves more like C++ streams to read/write binary and CDR data.
+ it behaves more like C++ streams to read/write binary and CDR data.
Added support for creating a backup mechanism to accomodate
potentially corrupted files. Providing configurable hooks so
applications can decide if files are obsolete and need to be written
@@ -26,7 +30,7 @@ USER VISIBLE CHANGES BETWEEN TAO-2.1.7 and TAO-2.1.8
. ORB Dynamic Thread Pool [#4093] - Added a new ORB thread pool strategy
to dynamically adjust the number of threads which the ORB uses to
service received calls based on several configuration parameters.
- These parameters include initial threads, minimum pool threads,
+ These parameters include initial threads, minimum pool threads,
maximum pool threads, request queue depth, thread stack size, and
thread idle time.