[Mono-bugs] [Bug 70700][Nor] Changed - Maximum connections with Remoting/TcpChannel
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 14 Jan 2005 13:34:42 -0500 (EST)
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=70700
--- shadow/70700 2005-01-13 13:38:53.000000000 -0500
+++ shadow/70700.tmp.4541 2005-01-14 13:34:42.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 70700
Product: Mono: Class Libraries
Version: 1.0
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien.robitaille@croesus.com
QAContact: mono-bugs@ximian.com
@@ -60,6 +60,9 @@
I will remove the client open connection limit, since it does not make
much sense. Regarding the server limit, I've been testing how ms.net
works, and it's limit seems to be around 1000 concurrent connections.
However, it doesn't mean that the server will create 1000 threads if
1000 requests are received at once, it has a pool of threads that
grows when needed, but not too fast. I'll implement a similar behavior.
+
+------- Additional Comments From lluis@ximian.com 2005-01-14 13:34 -------
+Fixed in SVN HEAD.