Added BeanstalkD queue

pull/102/head
MK 2014-06-24 11:50:17 -04:00
parent 7c1f2383fe
commit 0c24cac7de
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
## Queuing
* [BeanstalkD](http://kr.github.io/beanstalkd/) - A simple, fast work queue.
* [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system.
* [ZeroMQ](http://zeromq.org/) - Lightweight queuing system.