Posts tagged as:

osx

Installing Beanstalkd queing daemon on Mac OS X

by Michiel on August 28, 2009

Beanstalkd is a queueing deamon that let’s you queue messages from one client and let them be processed by another client. It has features like burrying messages for later usage if the command at the first time can’t be executed and more stuff like that. We use it for queuing things in Ruby on Rails [...]

{ 0 comments }