On 2011-05-06, at 12:20 , λq wrote:
> Hi guys,
> 
> We have a django product running, one of the view is to track each
> request of news and write to MySQL, so when user grows the track
> read/write became heavy and it may take a while for the user to get a
> response. So we are thinking about something like async worker process
> to do the MySQL write task but give the client a quick response first.
> Something like a Message Queue. What is currently the best practice
> for Django 1.2 for these kind of stuff?

To use celery and django-celery would be my guess.

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

Reply via email to