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 |
What is the limit of the quantity of entries in the ZAP$EXCEPTION database? A current customer of ours is running ZAP v5.2, and would like to know if they could have over 1000 entries in the database. They have plans to have over 1000 entries in the exception database, to meet the needs of a very large computing environment. If a limit of 1000 entries is imposed, what would it take to formalize the customer's request and get ZAP modified/enhanced? Lyndon Handy Operations Management Services
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
154.1 | There is no (physical) limit | ZAPDEV::MACONI | The Doctor is In | Fri Oct 21 1994 16:52 | 11 |
The exception list is a dynamically created linked list. However, ZAP uses an internal reference to this list which is limited to 65,535 rules. I would not recommend too many rules, as ZAP must scan through this list for each process on the system to determine which rule applies to it each minute. Try to have the list organized so that the most commonly applied rules are in the beginning of the list to improve performance. Keith |