On Mon, Dec 14, 2009 at 5:12 PM, Guilherme Cavalcanti
<guiocavalca...@gmail.com> wrote:
> If are you going to choose A, take a look on Advanced Python Schedule
> (http://apscheduler.nextday.fi/). It's a python module that let you
> schedule some script to be executed periodically, it really makes the
> job easier.


sounds really great; but, from the very first paragraph:

    APScheduler is a light but powerful in-process task scheduler

the "in-process" part can make it very powerful while easy to use; but
can it run _after_ Django has returned the response to the web server?
 IOW: does APScheduler run 'outside' the request-process-response
loop?  or maybe it works with flup but not mod_wsgi, or the other way
around?

in any case, it's worth some checking


-- 
Javier

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to