[Mono-bugs] [Bug 75175][Nor] Changed - Leaks: xsp + web service +
large post
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jun 10 15:03:39 EDT 2005
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75175
--- shadow/75175 2005-06-08 01:56:46.000000000 -0400
+++ shadow/75175.tmp.30584 2005-06-10 15:03:39.000000000 -0400
@@ -42,6 +42,18 @@
testing.
------- Additional Comments From gonzalo at ximian.com 2005-06-08 01:53 -------
Created an attachment (id=15280)
tar.gz with test case, Makefile and README
+
+------- Additional Comments From gonzalo at ximian.com 2005-06-10 15:03 -------
+I've done some progress here:
+ -Don't create an extra buffer in HttpRequest when reading POST data.
+ -Improve Convert.FromBase64* so that they don't waste that much
+memory.
+
+I still think there must be some other place where we're wasting
+memory and then the GC is helping us to grow in size.
+
+For the 40MB POST, it went from ~760 to ~580MB after the first request.
+For the 10MB POST, it went down from ~350 to ~140MB "" ""
More information about the mono-bugs
mailing list