diff options
author | Steve Huston <shuston@riverace.com> | 2005-07-18 22:26:37 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2005-07-18 22:26:37 +0000 |
commit | e85fd797649043acdd5a0414b8ff91bfedf85841 (patch) | |
tree | 3415755981b22ebb5d18061e06cd2c6a547b946b /NEWS | |
parent | b4b4d4e312443d078cd9ab6a4a56f9965a41c983 (diff) | |
download | ATCD-e85fd797649043acdd5a0414b8ff91bfedf85841.tar.gz |
ChangeLogTag:Mon Jul 18 18:21:20 2005 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,11 +14,18 @@ USER VISIBLE CHANGES BETWEEN ACE-5.4.6 and ACE-5.4.7 . Support for shared libraries with VxWorks +. Support for Solaris 10 on x86 with Sun Studio 10 (C++ 5.7). + . Extended ACE_OS::event_xxx implementation to support platforms having either PThread support with Process Shared condition variables or POSIX semaphores with named (process shared) semaphore support or using the new FIFO based semaphores. +. ACE_OS::closesocket() no longer calls ACE_OS::shutdown() on any platform + while closing the socket. It previously called ACE_OS::shutdown() on + HP-UX. Removing this call fixes the fork-and-close programming paradigm + that's common to many networked applications. + . RMCast - Support for message fragmentation. This will allow for messages larger than 64K. |