[Mono-bugs] [Bug 347194] New: Make System.Web wake up only when necessary

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Dec 9 15:57:59 EST 2007


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


           Summary: Make System.Web wake up only when necessary
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: juraj at hotfeet.ch
         QAContact: mono-bugs at ximian.com
          Found By: ---


System.Web uses periodic Timers for...

1) page processing timeouts (15s check interval, see
System.Web/TimeoutManager.cs)
2) cache expiration (60s check interval, see System.Web.Caching/Cache.cs)

This makes xsp/mod-mono-server wake up at least once every 15s, even on a idle
server.

As the Timer code has become a lot more efficient lately by utilitizing the
thread pool, we should use separate, non-periodic timers for each timeout and
expiration.

Are there any reasons speaking against this change?

I'll attach a patch implementing 1) with separate timers tomorrow.


-- 
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