[Catalyst] [RFC] C::P::Scheduler - cron-like scheduling of events

Andrew Bramble andrew.bramble at omnilab.com.au
Tue Dec 13 00:22:06 CET 2005


On Tuesday 13 December 2005 02:40, Andy Grundman wrote:
> > then in a cron
> >
> > #!perl
> > use MyApp
> > MyApp->schedule->trigger( 'remove sessions');
>
> I'm not so sure about this one.  If you wanted to be sure something
> triggered at the right time you could just have a cron job that hits the
> app:
>
> 0 * * * * wget -q http://www.myapp.com/

So your schedule actions are Local or Global or Path , surely they'd need to 
be Private ? That kinda scares me.



More information about the Catalyst mailing list