[Mono-bugs] [Bug 76392][Min] Changed - System.IO.BufferedStream
optimizations
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Oct 18 10:48:49 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.32295 2005-10-18 10:48:49.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 76392
Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: robertj at gmx.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -24,6 +24,18 @@
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.
+
+------- Additional Comments From robertj at gmx.net 2005-10-18 10:48 -------
+For the records:
+
+Even if MSFT's implementation is less chatty, it makes no
+sense to optimize mono's BufferedStream to be more useful
+in remoting contexts. A custom buffered stream performs better,
+because some Stream semantics can be ignored (Can{Read|Write|Seek}
+don't have to be called at all, etc.)
+
+I'm closing the bug as beeing the reporter.
+
More information about the mono-bugs
mailing list