From: 7stud -- Date: 2007-10-13T11:35:16+09:00 Subject: Re: Is there a standard pattern for threaded access to a file? ara.t.howard wrote: > > threads.map{|t| t.join} > > Skip that inappropriate suggestion and use the following instead: threads.each {|t| t.join} -- Posted via http://www.ruby-forum.com/.