Subj : Re: [.NET] Memory Barriers To : comp.programming.threads From : Cool Guy Date : Fri Sep 16 2005 06:26 pm I wrote: > One more thing -- in the example in the OP, is the write to Test.o > guaranteed to happen before the new thread is created (see method > Test.DoSomething)? What I mean is: is there a chance of the write being reordered? .