On Wed, 2008-02-13 at 16:18 -0600, Jonathan Rockway wrote:
> * On Wed, Feb 13 2008, Will Smith wrote:
> > Is there any cron job module that I can use? I have tried Schedule::Cron, 
> > but
> > it gave me an error that cannot start the application.
> 
> How about running cron jobs from ... cron!  Example code:
> 
>   #!/usr/bin/env perl
>   use YourApp::Cron::Daily;
>   YourApp::Cron::Daily->new->run;
> 
> Then run that script from cron.
> 
> If your cron job needs to be a Catalyst application, it is horribly
> mis-designed.
> 
> Regards,
> Jonathan Rockway
> 
> _______________________________________________
> List: [email protected]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/[email protected]/
> Dev site: http://dev.catalyst.perl.org/

It occurs to me that some might not have the advantage of being on an
open platform and may be in a primitive Windows environment. I am
uncertain if there is an equivalent to cron on Windows and this plugin
might be a "portable" alternative in such a circumstance. My 2 cents.

Regards,
Andrew Kornak 

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to