Welcome to MSDN Blogs Sign in | Join | Help

September 2008 - Posts

Avoiding Contention using Combinable Objects
When attempting to parallelize an algorithm, programmers are frequently thwarted by the presence of shared state . Any state that can potentially be modified by multiple threads simultaneously during a parallel operation must be synchronized somehow to Read More...
Page view tracker