Recent Posts

SimpleWorker Usage Pattern Graph

By Iron | October 8, 2010

SimpleWorker is a job queuing and scheduling system so while a lot of work comes in at random times usually…

Read More

Parallelizing Ruby on the Cloud

By Iron | May 27, 2010

So I’m sure we’ve all had the need to want to run multiple threads at once to optimize a part…

Read More

Including other files in your Worker with “merge”

By Iron | May 25, 2010

Previously, your worker file/class had to be self contained (ie: single file including all code for the worker). Now you…

Read More

Pushed 0.3.0 Gem: Much More User Friendly

By Iron | May 13, 2010

After using SimpleWorkr for a long time now, I always think to myself, “there’s gotta be some way to make…

Read More