From 5e66d6c70708ca569e71042278f177b743aff468 Mon Sep 17 00:00:00 2001 From: Phil Mesnier Date: Sat, 30 Apr 2016 15:26:29 -0500 Subject: Updated TAO/NEWS --- TAO/NEWS | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/TAO/NEWS b/TAO/NEWS index 803db68b1fc..45e469937b6 100644 --- a/TAO/NEWS +++ b/TAO/NEWS @@ -1,9 +1,24 @@ USER VISIBLE CHANGES BETWEEN TAO-2.3.3 and TAO-2.3.4 ==================================================== -. Added a "force remove" option to the Implementation repository that will remove - a server entry from the ImR Locator repository and kill any running instance with - a single command. +. ImR enhancement - Added a "force remove" option to the Implementation repository + that will remove a server entry from the ImR Locator repository and kill any + running instance with a single command. + +. ImR enhancement - Fix to allow very large ( > 4K ) commnand line. + +. ImR enhancement - Enhance the coordination between the Locator and the Activator + to tolerate running on heavily loaded systems, in particular when a server process + is slow to shut down, and a new server is started before the shutdown is complete + +. LogWalker utility improvements for handling truncated GIOP buffer dumps, added + tracking thread first/last contact times. + +. Fault-Tolerance improvement - Optimize performance on NFS mounted filesystems. First + a deadlock is resolved. Second, use of writer locks is minimized to only when writing + is necessary. Third, NFS occasionally causes transient EBADF errors on access, so + file access that results in a bad file error is retried before the error is reported + to the application. USER VISIBLE CHANGES BETWEEN TAO-2.3.2 and TAO-2.3.3 ==================================================== -- cgit v1.2.1