Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Memory Model » Concurrency   (RSS)
Which memory model?
In his blog , Eric Eilebrecht explains why when writing multithreaded applications today we should stick to the weak ECMA memory model instead of CLR’s much stronger memory model. In principal, I have no issue with using a weaker model than the CLR memory Read More...
CLR 2.0 memory model
Memory is usually a shared resource on multithreaded systems therefore access to it must be regulated and fully specified. This specification is often called a “Memory Model”. Optimisations performed by compilers and the emergence of multi-core processors Read More...
Page view tracker