[Mono-bugs] [Bug 70700][Nor] Changed - Maximum connections with Remoting/TcpChannel
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Jan 2005 13:38:53 -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 2004-12-20 14:43:09.000000000 -0500
+++ shadow/70700.tmp.18810 2005-01-13 13:38:53.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.0
OS: Red Hat 9.0
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien.robitaille@croesus.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -52,6 +52,14 @@
How often does this happen?
Always.
Additional Information:
None.
+
+------- Additional Comments From lluis@ximian.com 2005-01-13 13:38 -------
+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.