[Mono-bugs] [Bug 65734][Nor] Changed - System.Threading.Timer 20x slower than MSFT's
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jun 25 14:40:47 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by raf at ophion.org.
http://bugzilla.ximian.com/show_bug.cgi?id=65734
--- shadow/65734 2004-09-11 00:39:30.000000000 -0400
+++ shadow/65734.tmp.18228 2006-06-25 14:40:47.000000000 -0400
@@ -32,6 +32,11 @@
}
static void Foo (object o) {}
}
The problem is that we create a thread for each timer, while MSFT appears
to only create one thread for the lifetime of the program.
+
+------- Additional Comments From raf at ophion.org 2006-06-25 14:40 -------
+Created an attachment (id=17215)
+Single thread timer scheduler
+
More information about the mono-bugs
mailing list