Brian:

I have a couple of questions:

1)  Does the subroutine called by the master trigger need to be globally
cataloged?
2)  Does a CALL @... always reload the routine, as opposed to using a cached
copy,
    especially if the subroutine is globally cataloged?

Thanks,

Bill

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach
Sent: Friday, October 10, 2008 7:31 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Universe Triggers

Hi Bill

That's pretty much what I do, except each file has a list of small
subtriggers. That way, if we need to add another action (e.g. another
secondary update) or to temporarily suspend an action, they can be added
into or knocked out of the list. The overhead is on calling the master
trigger in the first place, rather than in the number of routines called
from then.

OF course, any complex updates that are not time-critical are logged to a
workfile and then handled by phantoms, to keep the load away from the most
sensitive major file updates.

Brian

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett
> Sent: 10 October 2008 14:50
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] Universe Triggers
> 
> Stuart:

[snipped]
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to