> What if you do parallel, but on batches of > <LineCount>/Environment.ProcessorCount lines per thread? >
I used a simple Parallel.ForEach and I think the default partitioning algorithm does what you describe (I hope!) --* Greg* >
> What if you do parallel, but on batches of > <LineCount>/Environment.ProcessorCount lines per thread? >
I used a simple Parallel.ForEach and I think the default partitioning algorithm does what you describe (I hope!) --* Greg* >