Products | Versions |
---|---|
TIBCO SmartSockets | - |
Not Applicable | - |
Description:
======================================================================
Product Name: TIBCO SmartSockets
Release Version: 6.8.0
Patch Level: 4
Release Date: July 2007
======================================================================
Note:
TIBCO SmartSockets hotfixes are cumulative, therefore this release also incudes all the defects addressed in SmartSockets 6.8.0 hotfixes 1 through 3. For the complete readme (including information on the defects addressed in the previous hotfixes) and installation instructions or to download this release, please see the links provided below.
======================================================================
Reported fixes in hotfix 4
* Fix a race condition that could cause TipcEventCreate to incorrectly return NULL without setting an error, because the event was already dispatched by another thread.
(CR 1-8ADZ7N)
* Resolved an issue that could cause subject callbacks to be lost under certain conditions while processing messages in one thread and creating the callback in another.
(CR 1-89DO1B)
* Changed locking in TipcConnAccept to allow handling multiple handshakes in parallel using multiple threads. This does not affect RTserver.
(CR 1-8AE5YZ)
* Improved detection of corrupt messages. This should decrease the likelihood of RTserver crashing if it receives corrupt data (which can happen due to e.g. faulty network drivers).
(CR 1-87VFY1)
* Added additional diagnostics when a corrupt message is detected.
(CR 1-85CB7D)
* TutTimeCvtStrToNum with "full" converter again accepts dates in asctime() format. This corrects a previous change that required a day-of-the-week to be included in the string. Both formats are now accepted.
(CR 1-8BC1PL)