What are some beanstalkd libraries for Ruby on Rails?
One of th开发者_运维百科em is Stalker, but I heard there are other good ones. Anyone know the other beanstalk libraries?
It looks like the other primary one is beanstalk-client-ruby
: http://beanstalk.rubyforge.org/
See Beanstalkd's own client list: https://github.com/kr/beanstalkd/wiki/client-libraries
Another one is backburner, which works well with Rails and Sinatra. For viewing stats on your beanstalkd queues, you might also try beanstalkd_view
精彩评论