Hey everyone,

I'm developing an application that makes use of the CakePHP shell and
cron jobs to execute scheduled tasks at specific times.
What I'd like is a way to manage when these jobs will run directly
from the application as opposed to having to manage them from crontab.
This would allow the users of my application (it runs as a hosted web
application) to be able to customize the timing of certain things
without requiring me to make the modifications for them (they have no
shell access).
Does CakePHP currently have any provisions to achieve something like
this?
If not, can anyone suggest a solution to this?  Another option is to
use a different way of scheduling tasks but I haven't found any
suitable ones.

Thanks,
Colin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to