Maglevity

MagLev, Ruby, …

Archive for the ‘Ruby’ Category

Simple Worker Queue with Procs in MagLev

with 4 comments

At the last PDX.rb meeting, Jesse Cooke presented “A very simple implementation of a background queue/worker” in MagLev. His program uses ruby Proc objects as the unit of work. Since procs are just objects, MagLev can save them to disk and run them in any MagLev VM connected to the repository. Instant, native distributed worker queue!
Read the rest of this entry »

Written by maglevdevelopment

July 8, 2011 at 8:51 am

Posted in MagLev, Ruby