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 _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
