[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference share::zap

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

154.0. "Limit of entries in ZAP$EXCEPTION database?" by TROU07::HANDY (Lyndon Handy-ITU Operations) Fri Oct 21 1994 14:08

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.RTitleUserPersonal
Name
DateLines
154.1There is no (physical) limitZAPDEV::MACONIThe Doctor is InFri Oct 21 1994 16:5211
	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