[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 11:35:50 -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 10:55:14.000000000 -0400
+++ shadow/59624.tmp.16749 2004-06-07 11:35:50.000000000 -0400
@@ -424,6 +424,12 @@
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.
+
+------- Additional Comments From ryoung@novell.com 2004-06-07 11:35 -------
+Besides the memory leak. It doesn't seem like the thread pool is
+working over HTTP. When over TCP it looks like the request are
+being handled by the thread pool, but over HTTP every request causes
+a new thread to be created, then exited.