Beanstalkd
Publisher Description
Beanstalk is a simple, fast work queue. It uses a protocol that runs over TCP using ASCII encoding. Clients connect,
send commands and data, wait for responses, and close the connection. For each connection, the server processes commands serially in the order in which they were received and sends responses in the same order.