ColdFusion has a really simple and powerful scheduler built in.. here's what one of the screens looks like:
http://www.adobe.com/devnet/dreamweaver/articles/webservice/schedule_task.gif
I'd like to setup a bunch of PHP scripts to fire up at different intervals. Is there a really well known free PHP application that I can download that will allow me to schedule all of my "scheduled tasks", log each of the tasks, and (somehow) call them on the proper schedules? I'd rather not have to go setup cron tasks every time I need a new link invoked.
Jon