From: Ilan Berci Date: 2008-03-03T12:12:17+09:00 Subject: Re: Sleeping threads don't wake up? Aaron Turner wrote: > On Thu, Feb 28, 2008 at 8:48 PM, Arlen Cuss wrote: >> >> puts "looping" >> => #> >> >> Arlen >> > > Hmm... no, it's not output buffering. What OS/ruby ver are you on? > I'm on Linux/1.8.6. Before you check the OS, take a look at the code, your version is calling: self.clean_workers while Arlens is printing to the screen... The first place I would look is clean_workers() and ask yourself if it's logging, throwing, stuck, interrupted, etc.. rdebug would then be your second place to visit hth ilan -- Posted via http://www.ruby-forum.com/.