Double-checked locking in .net

Posted by erikkallen on Stack Overflow See other posts from Stack Overflow or by erikkallen
Published on 2008-12-27T11:05:42Z Indexed on 2010/05/25 23:51 UTC
Read the original article Hit count: 127

Filed under:
|
|

I came across this article discussing why the double-check locking paradigm is broken in java. Is the paradigm valid for .net (in particular, C#), if variables are declared volatile?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about multithreading