Thursday, August 25, 2011

Delegating a async job from a django view

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

--
A-M-I-T S|S

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment