in reply to
Re: using Paralell::ForkManager to concatenate a string, where order of concatenation doesn't matter
in thread using parallel processing to concatenate a string, where order of concatenation doesn't matter
Thanks, you are surely right (see my update).
So ok, how do I do this with threads in the cleanest possible way?
Basically what I am after is a way to transform the serial code into the parallel code with a minimum amount of fuss, and a minimum amount of typing. And be reasonably certain that it will work.