On 2006-01-17, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> I need schedule some jobs, times of this jobs are read from database.
> So i would like to periodically(every hour) run some python script

$ man cron

> (or leave runnig some script which will every hour start some
> method) which will read times for jobs from database and
> schedule that jobs.

Sounds like you're duplicating the function of cron.

> I am looking for the simplest solution, i have some ideas but
> i dont know how they are difficult and if they are possible in
> python. Thanks for all notes/advice/samples/links/modules....

-- 
Grant Edwards                   grante             Yow!  Where does it go when
                                  at               you flush?
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to