From f8f2b44c6c21548af2fea5aad632c5887af37e13 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 19 Aug 2003 21:33:56 +0000 Subject: [PATCH] added notes on search message minimum period reset values --- RELEASE_NOTES.html | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 1b997e31c..01e1a3c36 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -19,13 +19,13 @@ creating the relevent output file.

Enhanced vxStats device support

Incorporated various changes to the vxStats device support by Andy Foster -that have been in use at APS for over a year. This version adds the ability to -see absolute memory use in addition to the percentage figures available before, -and also gives information on the number of file desciptors in use. These new -figures use the longin record type, thus a new device support entry is provided -in base.dbd to enable it. See the comments in -src/dev/vxStatsDev/devVXStats.c for more detail on the new facilities -and an example database.

+that have been in use at APS for over a year. This version adds the ability +to see absolute memory use in addition to the percentage figures available +before, and also gives information on the number of file desciptors in use. +These new figures use the longin record type, thus a new device support entry +is provided in base.dbd to enable it. See the comments in +src/dev/vxStatsDev/devVXStats.c for more detail on the new +facilities and an example database.

double scanPeriod(int scan)

@@ -94,6 +94,14 @@ capability to discard messages when it gets behind (because of a transient mbuf starvation situation). The fix also means that any code that calls errlogAddListener, e.g. CMLOG, will now receive the logMsg messages.

+

Revised Search Message Minimum Period Reset Values

+ +

The CA client library's disconnected channel search message minimum period +now resets to a higher value if a channel disconnects or if a server beacon +anomaly is seen. Up until this release the R3.13 behavior was to reset to the +same search message interval used when a channel was created. The new +behavior is closer to what is implemented in EPICS R3.14.

+

macLib

macParseDefns did not check for handle==NULL. The documentation for