---------------------------------------------------------------------- ELOQUENCE B.07.00 - patch 0305090 ---------------------------------------------------------------------- This patch fixes a defect of the Eloquence startup/shutdown function as released with Eloquence B.07.00. This patch will be integrated in the Eloquence B.07.00 release. Eloquence B.07.00 must be installed before applying this patch. Severity: PE70-0305090: BUG FIX Fixed problems: --------------- Platforms: HP-UX, Linux * The timeout to shut down the server processes was too small (#1949). When the Eloquence server processes are shut down, a TERM signal is sent to the processes. If a server process does not terminate a KILL signal is sent after a timeout period. The timeout to detect that a server process did not terminate was too small and could result in server processes killed unnecessarily. The shutdown function has been modified to wait up to 10 seconds for a server process to terminate. Installation: ------------- UNIX: In order to install this patch, you need to unpack it with gzip. Gzip is included with HP-UX and Linux. Installation requires root privileges. cd /opt/eloquence6 gzip -dc /path/to/PE70-0305090-hpux.tar.gz | tar xf - Files: etc/rcfunctions share/doc/PE70-0305090-README