From: James Tucker Date: 2008-02-10T02:19:45+09:00 Subject: Re: is lots of files with Threads faster? Take a look at the wide finder implementations on Tim Brays blog. It's quite interesting to see over there how little IO was a bottleneck. (Which seems to have been repeated a number of times here). Whilst the test environment is probably drastically different from your own, it might be worth looking at how some of those solutions solved the problem, and also give you some good reading on the topic. On 7 Feb 2008, at 20:21, Chris Richards wrote: > Im required to open 50+ files and parse the data in them. WOuld using > multiple threads give me the best performance? or is it best just > to do > it sequentially? > > THanks > Chris > -- > Posted via http://www.ruby-forum.com/. >