Sean Dague wrote: > I read through the Timer code, and am starting to wonder if Timers > themselves aren't thread safe to manipulate, and if that is the crux of > our problem. See http://msdn2.microsoft.com/en-us/library/system.timers.timer.aspx The class is not thread safe. Robert