From: Pit Capitain Date: 2007-01-18T21:09:39+09:00 Subject: [BLOG] Concurrency models In this blog post http://moonbase.rydia.net/mental/blog/programming/concurrency-five-ways.html MenTaLguY shows how to implement a thread-safe queue using five different concurrency models found in Ruby and other languages. He shows how they would look like in Ruby and explains how they would work. Regards, Pit