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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to