[Mono-bugs] [Bug 59624][Cri] Changed - Remoting over HTTP creates new thread for each request.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Jun 2004 14:18:48 -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 ryoung@novell.com.

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

--- shadow/59624	2004-06-07 11:57:37.000000000 -0400
+++ shadow/59624.tmp.19714	2004-06-07 14:18:48.000000000 -0400
@@ -456,6 +456,12 @@
 
 However, even with this fixed I still get some memory leakage. Can you
 run the fixed test and tell me if you get the leak?. It would be also
 interesting to know if you get memory leaks when running the test case
 in bug 59597.
 
+
+------- Additional Comments From ryoung@novell.com  2004-06-07 14:18 -------
+Sorry for the self-inflicted memory leak.  I changed the test to 
+allocate a new server object before each loop and forgot to remove 
+the InitializeLifetimeService call.  However I still get the leak. I 
+can chewup 500M of memory in a couple of hours.