Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39503 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2013-02-22 00:24 +0000 |
| Last post | 2013-02-22 00:24 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Python scheduler Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-22 00:24 +0000
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2013-02-22 00:24 +0000 |
| Subject | Re: Python scheduler |
| Message-ID | <mailman.2224.1361492575.2939.python-list@python.org> |
On 21/02/2013 04:04, Rita wrote: > Hello, > > > Here is what I am trying to do. (Currently, I am doing this in cron but > i need much more granularity). I am trying to run program every 20 secs > and loop forever. I have several of these types of processes, some > should run every 5 mins, 10 secs, 20 secs, 1 min and so forth. I was > wondering what is the best way to do this? > > > Also, would Greenlet do something I am asking for? > > > > -- > --- Get your facts first, then you can distort them as you please.-- > > No idea what this is like https://github.com/ahawker/crython. I quote "crython is a python implementation of cron which can schedule tasks (functions) from standard cron expressions or python objects." -- Cheers. Mark Lawrence
Back to top | Article view | comp.lang.python
csiph-web