re: Software is sucks? Probably it really is!
Posted December 3rd, 2007 by Anonymous
Parallel.Do is not intended to run a single function/delegate over multiple processers, it will simply run as many functions as it can from its param list at the same time. Parallel.For will run the parallel delegate as many times as it ...




































Post new comment