HP OSI Transport Services/9000 C.12.00 Release Notes

20 Chapter 1
HP OSI Transport Services/9000 (C.12.00 for HP UX 11.23)
Fixes in this version
Symptom The ftam responder application dies
regularly under very heavy load
because of call to ap_bind() fails.
Defect Description With MP-safe OTS, APLI application
fails in ap_bind(). Because of call to
ap_bind() fails, the FTAM responder
dies. This defect is same as
JAGad29070.
Since the fix is not properly
incorporated in OTS C.09.03 version as
the fix migrated from OTS C.11.00
version, the defect is re-occurring.
Resolution The code has been modified to avoid
ap_bind() failure as mentioned in
JAGad29070.
6. CR JAGad43676
Symptom OTS session applications fail in
ses_connect_rs() on MP system with
MP-safe OTS installed.
Defect Description Session applications fail in
ses_connect_rs(). The problem was,
session library was not handling the
EAGAIN error returned by getmsg()
properly.
Resolution The session library code has been
modified to handle EAGAIN error
returned by getmsg().
7. CR JAGad43746
Symptom OTS XAP applications fail in
ap_bind() on MP system with MP-safe
OTS installed.
Defect Description The XAP library used to set the error
value to AP_INTERNAL if it
encountered an EAGAIN error during
an ap_bind() call. Hence applications
used to fail, since AP_INTERNAL is
considered as an unrecoverable error.