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.
3 lines
213 B
Text
3 lines
213 B
Text
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.
|