[Twisted-Python] how can I Scheduling a command?
Stephane, I saw a post from you about a year and a half ago that you had built a scheduler in twisted. I wonder if you would share your source code with me? http://twistedmatrix.com/pipermail/twisted-python/2006-July/013615.html Thanks, Don
On Wed, 2007-11-28 at 21:46 -0800, Don Smith wrote:
I saw a post from you about a year and a half ago that you had built a scheduler in twisted. I wonder if you would share your source code with me?
See http://twistedmatrix.com/projects/core/documentation/howto/time.html If you want to persist scheduling across restarts, then you need to write extra code... but that depends on what storage system your program uses.
Yes, I'm looking more for a cron type scheduler. Thanks, Don On Nov 29, 2007 6:19 AM, Itamar Shtull-Trauring <itamar@itamarst.org> wrote:
On Wed, 2007-11-28 at 21:46 -0800, Don Smith wrote:
I saw a post from you about a year and a half ago that you had built a scheduler in twisted. I wonder if you would share your source code with me?
See http://twistedmatrix.com/projects/core/documentation/howto/time.html
If you want to persist scheduling across restarts, then you need to write extra code... but that depends on what storage system your program uses.
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
On Nov 29, 2007 11:57 AM, Don Smith <donwsmith@gmail.com> wrote:
Yes, I'm looking more for a cron type scheduler.
I *think* axiom supports something like this via axiom.scheduler.Schedulerand axiom.scheduler.SubScheduler. -- \\\\\/\"/\\\\\\\\\\\ \\\\/ // //\/\\\\\\\ \\\/ \\// /\ \/\\\\ \\/ /\/ / /\/ /\ \\\ \/ / /\/ /\ /\\\ \\ / /\\\ /\\\ \\\\\/\ \/\\\\\/\\\\\/\\\\\\ d.p.s
participants (3)
-
Don Smith -
Drew Smathers -
Itamar Shtull-Trauring