On 11/02/2011 03:31:04 AM, Paolo Lucente wrote: > Hi Nelson, > > No, that is not possible. Each plugin can have its own trigger; if > you > wanted to execute multiple scripts out of the same trigger then you > can > build a wrapper script. But, as in your example, multiple triggers on > different time boundaries - that is not there. > > Curious about what you are trying to do and whether for such > 'advanced' > scenario crontab can not be of help.
An alternate approach might be to use database triggers, although again the whole issue of time boundaries raises it's head. On the other hand if you're using a transaction based database you don't have to worry as much about multiple processes interfering with each other. Just a thought. Karl <[email protected]> Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein _______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
