[Mono-bugs] [Bug 82365][Maj] Changed - WebClient Performance loss from 1.x to 2.x

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 14 20:34:28 EDT 2007


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 vargaz at gmail.com.

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

--- shadow/82365	2007-09-14 19:40:12.000000000 -0400
+++ shadow/82365.tmp.29009	2007-09-14 20:34:28.000000000 -0400
@@ -178,6 +178,14 @@
 
 
 ---------------
 
 For me, mono+gmcs is more than ten times slower (~700KiB/s vs
 ~50KiB/s) as mcs for fast servers.
+
+------- Additional Comments From vargaz at gmail.com  2007-09-14 20:34 -------
+This is caused by these lines in Socket.cs:
+
+				/* Set the same defaults as the MS runtime */
+				this.ReceiveBufferSize = 8192;
+				this.SendBufferSize = 8192;
+


More information about the mono-bugs mailing list