Posts tagged background

Jul22

Dtach is the way

daemon ruby background worker | comments

If you have a worker that doesn't stop (looping endlessly and waiting for some queue to have a job), you might want to have the ability to put this worker in the background for the following reasons:

Continue reading »

Nov04

Latest and Greatest?

queues background rails ruby redis | comments

I have been very interested and locked to background processing ever since I've employed it. I have tried Starling, Delayed::Job, beanstalk, ActiveMessaging, ZeroMQ, and RabbitMQ. Here's a quick rundown:

Continue reading »