Subj : Re: [.NET] Volatile Fields To : comp.programming.threads From : David Hopwood Date : Sat Sep 17 2005 01:28 am David Hopwood wrote: > Cool Guy wrote: > >>See the example on >> >>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csspec/html/vclrfcsharpspec_10_4_3.asp >>- or - >>http://tinyurl.com/7gml4 Oh, and reading between the lines: # A conforming implementation is not required to provide a single total ordering of # volatile writes as seen from all threads of execution. => "We want to be able to implement volatile accesses as ordinary accesses on x86." -- David Hopwood .