From: Brian Candler Date: 2009-12-17T17:52:26+09:00 Subject: Re: Using threads to show progress Piyush Ranjan wrote: > How about using a mutex synchronize block around queue.push ? Would that > solve the potential race conditions we are looking at here ? Queue is a thread-safe class, and you do not need any additional synchronisation. -- Posted via http://www.ruby-forum.com/.