[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 18:36:34 -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 lluis@ximian.com.

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

--- shadow/59624	2004-06-07 17:52:57.000000000 -0400
+++ shadow/59624.tmp.23778	2004-06-07 18:36:34.000000000 -0400
@@ -463,6 +463,11 @@
 
 ------- 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.
+
+------- Additional Comments From lluis@ximian.com  2004-06-07 18:36 -------
+Do you get the leak with the updated test case or with iFolder? I've
+fixed a bug (already in CVS) related to remote object lifetime, that
+will fix some memory leaks in some scenarios.