[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 10:55:14 -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-05 01:19:59.000000000 -0400
+++ shadow/59624.tmp.15651	2004-06-07 10:55:14.000000000 -0400
@@ -414,6 +414,16 @@
 Created an attachment (id=8006)
 Here is the source to the test.
 
 
 ------- Additional Comments From miguel@ximian.com  2004-06-05 01:19 -------
 Am CCing Dick on this bug.
+
+------- Additional Comments From lluis@ximian.com  2004-06-07 10:55 -------
+This doesn't seem related to creating new threads, or maybe I'm
+experiencing a different behavior. I tried disabling the use of the
+thread pool (so all requests are handled by the same thread) and I
+still get the leak.
+
+What I find strange is that the TCP channel also leaks for me,
+although less than the HTTP channel. I wonder if this could be realted
+to bug 59597. Anyway, I'm working on it.