Periodic tasks.

Irmen de Jong irmen.NOSPAM at xs4all.nl
Wed May 30 03:07:36 EDT 2007


Ramashish Baranwal wrote:
> Hi,
> 
> I am trying to execute some tasks periodically, those familiar with
> unix can think of it as equivalent to cron jobs. I have tried looking
> around, but couldn't find a way. Would appreciate any pointers or
> clues..
> 
> Thanks,
> -Ram
> 


Have a look at Kronos, a simple task scheduler I wrote a while ago,
based on sched. It's part of Turbogears as well:
http://trac.turbogears.org/browser/trunk/turbogears/scheduler.py


--Irmen



More information about the Python-list mailing list