http://qs1969.pair.com?node_id=478359


in reply to Re: Perl threading stability?
in thread Perl threading stability?

Thanks, the main reason about a jump into threads, vs fork(), was purely due to data sharing. I can run the script just find using a bunch of fork() and Parallel::ForkManager does makes things easier.

The problem I kept running into is data sharing. The ability to maintain variable state throughout each thread. But would appear this is the biggest hog/limitation within Perl threading.

-- philip
We put the 'K' in kwality!