|
|
|
|
|
by jstanley
3103 days ago
|
|
Surprised nobody has mentioned beanstalkd yet: https://kr.github.io/beanstalkd/ > 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. The protocol is easy to drive directly and there are good libraries for most common languages. |
|
Beyond being a great piece of software, I find the protocol to be really well-designed for a work queue.