PLINQ

I'm interested in "massively parallel processing" --using hundreds of computers, each with multiple cores, as quickly as possible.

I have found some information on PLINQ (Parallel LINQ); however, as I understand it, that's only for multi-core programming, not *distributed* programming, correct?

Is there an "easy" way to combine both techniques, so that you can use as many cores on as many PCs as you have available, in a "transparent" fashion?

Reply

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 17 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.