blob: 0367f3d3544da709bc9301a01a68f3a8ecb28215 (
plain) (
blame)
1
2
3
4
5
6
|
Beanstalkd is a fast, distributed, in-memory workqueue service. Its interface
is generic, but is intended for use in reducing the latency of page views in
high-volume web applications by running most time-consuming tasks
asynchronously.
WWW: http://xph.us/software/beanstalkd/
|