Cron is not only for particular times, its also for recurring events.  It 
certainly does make sense if you simply set your task to check what time it 
is before executing.  Then you just "try" to run it every minute (or every 
page load), and it will fire only at the appropriate time.   This makes a 
lot of sense for something like triggered notifications which don't happen 
until X days after X event, and aren't at any particular time, but instead 
are relative time. 

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to