Ralph Goers wrote: > I'm not saying don't do this, but I am asking if this is > really what you want. After briefly looking at the Event > interface and the Cron block, they appear to be very > different. The Cron block appears to be about job > scheduling, which is fine if that is really what you want. > But if you really want some sort of Event handling, I'm not > sure Cron is what you want - mostly I guest because I'm not > sure what that means. > > I guess I would just like a confirmation that the interface > that is going to be used is acceptable. > Ok, valid approach. Now, the event package is not about events in general. What we are refering to is scheduling jobs. The execution of a timed job is then triggered by the event package. So, cron is doing pretty the same.
Carsten
