On Thu, Apr 22, 2010 at 6:25 AM, ge...@aquarianhouse.com <ge...@aquarianhouse.com> wrote: > I your case i would put this task in queue or kind of a back process.
+1 Queues are the way to go. in this case, i guess a "Ghetho Queue" would be enough (just a DB table of 'pending tasks', a cron script that processes them and a view that checks when it's done). if it eventually becomes necessary, migrating to a 'real' queue manager (RabbitMQ, memcacheq, whatever) gets much easier. -- 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.