- http://discuss.develop.com/archives/wa.exe?A2=ind0203a&L=dotnet&D=0&T=0&P=53182
- http://www.javaworld.com/javaworld/jw-02-2001/jw-0209-toolbox_p.html -> Explains with java but explains the notion of a memory barrier well.
- http://discuss.develop.com/archives/wa.exe?A2=ind0203B&L=DOTNET&P=R375
- http://msdn.microsoft.com/msdnmag/issues/05/10/MemoryModels/default.aspx
- http://msdn.microsoft.com/msdnmag/issues/05/08/Concurrency/
- http://www.ecma-international.org/publications/standards/Ecma-335.htm -> The ecma spec on the memory model
- http://www.yoda.arachsys.com/csharp/threads/resources.shtml
- http://blogs.msdn.com/cbrumme/archive/2003/05/17/51445.aspx
Monday, April 03, 2006
Multithreading is hard...
Getting multithreaded apps right is pretty hard and get it right in dotnet is no exception. Found these links helpful to track down bugs which repro'ed once in a week or two under stress (on multiproc machines).
Subscribe to:
Post Comments (Atom)
1 comment:
Posting an update is even harder :-)
Just kidding. How are you doing?
Post a Comment