[Mono-bugs] [Bug 54246][Wis] Changed - preserve compiled assembly across invocations for performance
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 12 Feb 2004 08:22:04 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54246
--- shadow/54246 2004-02-11 21:35:48.000000000 -0500
+++ shadow/54246.tmp.2006 2004-02-12 08:22:04.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 54246
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Wishlist
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: liyul@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -26,6 +26,9 @@
<filedep name="C:\luke\study\dotnet\Cassini\wwwroot\scrape.aspx" />
</preserve>
Next time this scrap.aspx is requested, System.Net would first check the
hash/timestamp to see whether bf7kzeyk.dll is reuseable or not (probably
also check for other dependencies' hash/timestamp).
+
+------- Additional Comments From gonzalo@ximian.com 2004-02-12 08:22 -------
+We don't recompile pages on every request. We check assembly dependencies.