[Mono-bugs] [Bug 56038][Nor] Changed - Memory leak in the outputcache of a page.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 16:51:01 -0400 (EDT)


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 patrik.torstensson@intel.com.

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

--- shadow/56038	2004-06-23 15:44:09.000000000 -0400
+++ shadow/56038.tmp.17486	2004-06-23 16:51:01.000000000 -0400
@@ -85,6 +85,13 @@
 VP:id=2
  System.Web.Caching.CachedRawResponse Expired
 removed: CachedRawResponse
 
 So the "leak" is not because old data is not being disposed, but
 because new data is inserted more quickly than removed.
+
+------- Additional Comments From Patrik.Torstensson@intel.com  2004-06-23 16:51 -------
+Remember also that I fixed the cache disposal algorithm, items was 
+moved into wrong buckets etc.
+
+therefore I think the current cache works a lot better.. even in the 
+extreme case that the test shows.