I wounder if Advanced Python Scheduler (APScheduler) -
http://readthedocs.org/docs/apscheduler/en/latest/ can work with Pyramid
and Pylons 1.0 ?
Thanks for your comments.
Regards,
Stephane
--
St�phane Klein <step...@harobed.org>
blog: http://stephane-klein.info
Twitter: http://twitter.com/klein_stephane
pro: http://www.is-webdesign.com
Best regards,
Karol Tomala
Writing separate script running as a
daemon won't impact performance of the web app itself in case if you are
up to some resource intensive tasks (which I assume you do).
--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/tU8Te4-cm5EJ.
To post to this group, send email to pylons-...@googlegroups.com.
To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
I'm liking the way I can dynamically schedule APScheduler.I'm getting tripped up on the pyramid/models/views integration.Let's suppose I wanted to have all the code together in this single app so I can share models with the scheduling daemon AND the pyramid app.What's the baseline method for running a python script which bootstraps models and pyramid so I can keep as DRY as possible.I see how in the ini files I can add a [pshell] section to pull in models and sessions.Is there a place where I can get a full daemon script example? There are too many words, I'm not making these high level connections. Too abstract! :-)