public
Fork of dustin/beanstalk-client-ruby
Description: Ruby client for beanstalkd
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/kr/beanstalk-client-ruby.git
name age message
file .gitignore Tue Dec 15 13:05:01 -0800 2009 Remove gemspec from repo [pkieltyka]
file LICENSE Thu Dec 13 21:13:57 -0800 2007 Insert proper license. [kr]
file README.rdoc Fri Dec 11 10:07:04 -0800 2009 Add rdoc task and update README [pkieltyka]
file Rakefile Fri Dec 11 10:07:04 -0800 2009 Add rdoc task and update README [pkieltyka]
file VERSION Fri Dec 11 09:59:15 -0800 2009 Refactor gem build script [pkieltyka]
directory lib/ Tue Dec 15 12:51:51 -0800 2009 Raise NotConnected if a connection couldn't be ... [pkieltyka]
directory test/ Fri Dec 11 09:59:15 -0800 2009 Refactor gem build script [pkieltyka]
directory website/ Thu May 29 12:01:54 -0700 2008 Update my email address. [kr]
README.rdoc

Beanstalk Ruby Client

By: Keith Rarick

Beanstalk is a simple, fast workqueue service. Its interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.

For more information see:

Contributors

  • Isaac Feliu
  • Peter Kieltyka
  • Martyn Loughran
  • Dustin Sallings