FTAM Release notes for HP-UX 11.23

6
Chapter 1
HP FTAM Release Notes
Defects and Enhancement requests included in this release
Defects and Enhancement requests included in this
release
1. ENHANCEMENT
Enhancement Description FTAM has been ported from HP-UX
11.11 to HP-UX 11i v2. FTAM is now
available for HP-UX 11i v2. FTAM
binaries and libraries are available for
IPF.
2. JAGae64015
Symptom FTAM performance is low.
Defect Description FTAM resp performance is low due to
the sleep(1) in AP_recv_prim() when
ap_rcv() returns AP_AGAIN.
Resolution Now whenever ap_rcv() fails with
AP_AGAIN error, AP_recv_prim()
poll on the file descriptor using
ap_poll() for a few milliseconds,
which is configurable using
"/etc/opt/ftam/conf/ftam_conf".
AP_POLL_TIME - Amount of
time(ms) to poll.
AP_POLL_RTRYC - Number of
times to poll. If ap_poll() doesn't
succeed with data availability,
AP_recv_prim() goes for sleep(). The
sleep time is also configurable using
"/etc/opt/ftam/conf/ftam_conf"
AP_RCV_USLP - Upper mark value
of seconds for sleep.
AP_RCV_LSP - Lower mark value of
seconds for sleep.
The configurable parameters
mentioned above should only be
modified by HP representative.