Friday, May 7, 2010

Using a message queue from Django to write to database asynchronously

After a user submitted data to my app, I'd like to write to the
database asynchronously, possibly through a message queue.

How do I set up such a system? Are there any pluggable Django apps
that do such message queue-based database writes?

Would really appreciate any pointers you can give me. Thank you.

--
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