From: Robert Klemme Date: 2013-02-24T21:13:10+09:00 Subject: Re: Ruby Multithreaded producer-consumer problem On Fri, Feb 15, 2013 at 3:44 PM, D. Deryl Downey wrote: > Can you show the MonitorMixin complete error? I’m finding it interesting > that its still deadlocking with MM in place. MM vs. Monitor only helps with reentrancy. Deadlocks are usually an issue which can be solved by imposing a fixed order of lock acquisition. Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/