|
|
|
|
|
by rbanffy
5889 days ago
|
|
Again, ideally, this decision should be passed down to the underlying datastore. It's only at that level that you have the reliable information on how the data is distributed among cores. On what kinds of back-end do LINQ and PLINQ support parallelization? |
|
PLINQ is just a parallel implementation of LINQ-to-Objects and LINQ-to-XML. It works in the same scenarios .Net programs work in, i.e. multicores or SMPs running Windows (not sure if PLINQ works with Mono).