[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
Thu Aug 10 11:52:44 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	2006-08-10 11:51:59.000000000 -0400
+++ shadow/65734.tmp.16733	2006-08-10 11:52:44.000000000 -0400
@@ -189,6 +189,18 @@
 I think the mapping just causes more code. 
 
 ------- Additional Comments From raf at ophion.org  2006-08-10 11:51 -------
 Created an attachment (id=17437)
 new patch
 
+
+------- Additional Comments From raf at ophion.org  2006-08-10 11:52 -------
+changelog for the attached patch:
+* fixed all cosmetic issues (let me know if I missied something)
+* got rid of inner classes (there's only 1 left: Runner)
+* Added logic to fire events using non-threadpool threads (that's the
+default bevahior but you can set an env variable to makes the
+scheduler use the thread pool again)
+* Added caching logic to the log method
+* Removed sync_obj2 
+
+Let me know how committable this one is!


More information about the mono-bugs mailing list