https://github.com/ask/django-celery
Take a look at that, it should be able to do what you want, though never used it myself yet.
On 25.08.2011 09:24, Amit Sethi wrote:
What is the best solution for delegating a long time taking job from a django view. Basically i wish to query a few web api , analyze and then create a report . The report is not to be created in a sync manner and can be sent at a later time . But it will have a web interface to decide a few factors . I somehow think that twisted can be used for this but I am not sure how one can use twisted with django . Are there any other solutions that i can use for this problem . Thanks Amit
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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.