Subj : Re: [.NET] Memory Barriers To : comp.programming.threads From : Cool Guy Date : Thu Sep 15 2005 10:21 am David Schwartz wrote: > When a thread is created, it has a synchronized view of memory with the > thread that created it. 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)? .