http://www.perlmonks.org?node_id=579022


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.

  • Comment on Re^2: using Paralell::ForkManager to concatenate a string, where order of concatenation doesn't matter

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
    If you are on UNIX, take a look at shmread and the associated links in perlfunc.