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
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: using Paralell::ForkManager to concatenate a string, where order of concatenation doesn't matter
by cdarke (Prior) on Oct 18, 2006 at 11:29 UTC |