beanstalkd – A distributed and persistent memcached-based queue

Linked on Feb 16 at 23:48

“Beanstalkd is an in-memory queuing system. It supports named queues (called ‘tubes’), priorities, and delayed delivery of messages (called ‘jobs’).” I don’t know why the beanstalkd developers chose to switch terminology, but this looks pretty decent. It saves me writing my own persistent and distributed queueing system.