[Mono-bugs] [Bug 418272] Scheduling time complexity of Sys.Threading.Timer is O(n)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Sep 8 15:46:19 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=418272

User juraj at hotfeet.ch added comment
https://bugzilla.novell.com/show_bug.cgi?id=418272#c4





--- Comment #4 from Juraj Skripsky <juraj at hotfeet.ch>  2008-09-08 13:46:19 MDT ---
One of our really busy sites sometimes had up to 2000 timers active at once. A
bug in Sys.Web dealing with cache/session expiration was fixed in the meantime
(the reference to a "obsolete" timer was overwritten, but the timer itself was
not explicitly disposed), so we shouldn't have that many timers after applying
that fix.
But it's still very nice to have a bit more scalability when scheduling. Thanks
for looking into this, I'm looking forward to your commit!


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list