This document discusses Raemon, a Ruby framework for building daemon processes. It is based on Unicorn and uses a master-worker model with preforking. Examples demonstrate consuming a queue by reserving and processing jobs from a Beanstalkd queue. References and credits are provided at the end.