Using Ruby's Queue class to synchronize threads
A short example of how Ruby’s built-in Queue class helps one thread defer work to another, in this case to batch update SimpleDB.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
A short example of how Ruby’s built-in Queue class helps one thread defer work to another, in this case to batch update SimpleDB.
Post a comment