Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 652 Bytes

File metadata and controls

24 lines (17 loc) · 652 Bytes

Beanstalk Ruby Client

Beanstalk is a simple, fast work queue. 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:

Notes

If you want to use this library from multiple concurrent threads, you should synchronize access to the connection. This library does no internal synchronization.

Contributors

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