Title: | Zap Technical Conference |
Notice: | ZAP Version 5.3 is available. See note 1.1 |
Moderator: | ZAPDEV::MACONI |
Created: | Mon Feb 24 1986 |
Last Modified: | Mon May 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 170 |
Total number of notes: | 492 |
How does ZAP determine which parameter has priority over another? Is it determined by which parameter it "reads" last, or first? For instance: In one case I have ZAP set so that anyone who is running RTPAD will be allowed 30 minutes idle time, but at the same time I have a particular terminal set to 15 minutes idle time, I have also set the image on that terminal to a wildcard(*). Now in the case above, which will happen first, the 15 minute timeout because of the terminal assignment or the 30 minute timeout because of the image RTPAD? Thanks.. Frank.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
33.1 | First Read, First Used | MRMFG1::K_MACONI | The Doctor | Mon Mar 30 1987 15:03 | 16 |
The order that exception records are utilized is determined by which record is read FIRST in the Zap exception file (ZAP$DIR:ZAP.DAT). For example: [*,*] RTPAD all 30 warning [*,*] * _TTA1: 15 warning This would result in the terminal having a 15 minute timeout except when it is running RTPAD. At that time, it would have a 30 minute timeout. If the exception records were reversed, then it would always have a 15 minute timeout. Keith Maconi |