[Mono-bugs] [Bug 72868][Wis] Changed - Timers work in 1.1.3 not in 1.1.4

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 20:17:44 -0500 (EST)


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 pmechai@free.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=72868

--- shadow/72868	2005-02-22 18:31:51.000000000 -0500
+++ shadow/72868.tmp.27552	2005-02-22 20:17:44.000000000 -0500
@@ -42,6 +42,14 @@
 This works if you replace while (true); with while (true) Thread.Sleep
 (10);
 
 The while (true) statement is probably sucking up all the CPU time. I
 don't know why there is a difference with 1.1.3, but whatever it is
 seems to go away when you use reasonable sleepage.
+
+------- Additional Comments From pmechai@free.fr  2005-02-22 20:17 -------
+Ok it works using Thread.Sleep, but it's not the expected behaviour as
+it introduces some latency.
+Note that it's not really important in that case but maybe that
+reveals a bug somewhere in the threading system.
+
+Anyway thank you for the quick answer