On Mon, 30 May 2011 04:54:50 -0700, Schwarz, Barry A wrote: >I noticed this once and when I looked at the operator he was banging the enter >key to refresh the display several times a second. Easy enough to check and >if so a little OJT might be all you need. > There ought to be a better way. In the design of SYSLOG and SDSF, not merely operator practice. I assume the real operators console incurs no such prohibitive overhead. SDSF, likewise should have an event-driven ROLL mode, rather than clock driven. The SYSLOG driver should broadcast a signal that SDSF could monitor to trigger a refresh.
As a compromise, the SYSLOG driver could maintain a record count in a common storage location. SDSF could poll this frequently at minimal resource expense, and perform the more costlly refresh only when it changes. Or keep SYSLOG in a UNIX file. Display utilities could stat() this file to determine when a refresh is needed. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

