Periodic tasks.

Steve Holden steve at holdenweb.com
Tue May 29 07:39:26 EDT 2007


Ben Finney wrote:
> Ramashish Baranwal <ramashish.lists at gmail.com> writes:
> 
>> I am trying to execute some tasks periodically, those familiar with
>> unix can think of it as equivalent to cron jobs.
> 
> Can you not use cron? If not, why not? Is there an equivalent service
> you can use?
> 
>> I have tried looking around, but couldn't find a way.
> 
> Using the services provided by the operating system would be far
> preferable to re-inventing a scheduler service.
> 
Alternatively, the user could make use of the already-existing "sched" 
module from the standard library. With a little threading that would do 
the job fine.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd           http://www.holdenweb.com
Skype: holdenweb      http://del.icio.us/steve.holden
------------------ Asciimercial ---------------------
Get on the web: Blog, lens and tag your way to fame!!
holdenweb.blogspot.com        squidoo.com/pythonology
tagged items:         del.icio.us/steve.holden/python
All these services currently offer free registration!
-------------- Thank You for Reading ----------------




More information about the Python-list mailing list