Hendrik Visage wrote: > On Wed, Dec 31, 2008 at 15:32, Blanchette, Marco > <m...@stowers-institute.org>wrote: > >> Dear all, >> >> I am trying to speed up a very long procedure that I need to run on >> multiple files and though that I could multithread different jobs on >> different files across multiple CPUs. For some reason that I don't really >> get, I only achieve very small time gain. I have included my script which >> essentially repeat the same function, extractSeq() on multiple files using a >> maximum of four threads. >> >> I would really appreciate if I could finally understand how to use threads >> to speed up some of my lengthy scripts. > > > Yeah, the problem is these things are let lose without some nice computer > Science back grounds ;(
Or `use Thread::Pool::Simple'. :-) Andri