开发者

Asynchronous message queues and processing like Amazon Simple Queue service in django

There are many activities on an application that need things like:

  • Send email, Post to twitter
  • thumbnail an image, into several sizes
  • call a cron to find connected relationships

A good way to do these tasks is to write into an asynchronous queue on which operations are performed.

What django application can be used to implement such functionality, as the one Amazon Simple Queue service offers, locally?

I have come across celery. Righ开发者_开发技巧t thing? Anything else that exists, like this?


Beanstalkd can also do what you want, and I've used it (though not from Python) to do some similar things (resizing images, and running other background tasks). There are a couple of Python client libraries to interface with it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜