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: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs