Sha256: e8c99b735cce4cd71bd5b3be21c9f4246b1c760ff87f1c3427545db81f9d27b5

Contents?: true

Size: 672 Bytes

Versions: 1

Compression:

Stored size: 672 Bytes

Contents

= 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:
- http://kr.github.com/beanstalkd/
- http://github.com/kr/beanstalkd/blob/master/doc/protocol.txt?raw=true

= Notes

== Multiple Threads

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
beanstalk-client-1.1.0 README.rdoc