[Mono-bugs] [Bug 76392][Min] New - System.IO.BufferedStream optimizations

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Oct 9 20:44:38 EDT 2005


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 robertj at gmx.net.

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

--- shadow/76392	2005-10-09 20:44:38.000000000 -0400
+++ shadow/76392.tmp.30805	2005-10-09 20:44:38.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 76392
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: robertj at gmx.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.IO.BufferedStream optimizations
+
+BufferedStream calls the CanRead/Write properties of
+the underlying stream on every read/write operation,
+even when the operation doesn't touch the underlying
+stream, because it can be serviced from the buffer.
+
+It should do it only when it fills its buffer, like
+MSTF's implementation.
+
+Background: BufferedStream might be used to speed-up a
+remoted stream instance. Since it's that kind of "chatty",
+it's quite unusable in such contexts.


More information about the mono-bugs mailing list