[Mono-bugs] [Bug 70337][Maj] Changed - Performance problem with TcpChannel

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 9 Dec 2004 16:33:51 -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=70337

--- shadow/70337	2004-12-09 11:14:53.000000000 -0500
+++ shadow/70337.tmp.25586	2004-12-09 16:33:51.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70337
 Product: Mono: Class Libraries
 Version: 1.0
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: lluis@ximian.com                            
 ReportedBy: sebastien.robitaille@croesus.com               
 QAContact: mono-bugs@ximian.com
@@ -266,6 +266,21 @@
 
 
 How often does this happen? 
 Always
 
 Additional Information:
+
+------- Additional Comments From lluis@ximian.com  2004-12-09 16:33 -------
+This is what happens when you forget to use buffered streams.
+Before the fix:
+
+SOAP/TCP	11
+BINARY/TCP	12
+
+After the fix:
+
+SOAP/TCP	346
+BINARY/TCP	3430
+
+Sight, it is so embarrasing...
+