* Package name : beanstalkd
Version : 1.4.2
Upstream Author : Keith Rarickā<kr@xph.us>
* URL : http://xph.us/software/beanstalkd/
* License : GPL-3
Programming Lang: C
Description : simple, in-memory workqueue server
Beanstalk is a simple, fast workqueue server. 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.
.
This package has only the server.
I've also filed #557125 for the related ruby client.