You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/10/16 15:07:29 UTC

DO NOT REPLY [Bug 23863] - redirect uses unbuffered FileOutputStream -> bad performance when accessing networked Windows Shares

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23863>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23863

redirect uses unbuffered FileOutputStream -> bad performance when accessing networked Windows Shares





------- Additional Comments From keshlam@us.ibm.com  2003-10-16 13:07 -------
Hmmm.

We've had preformance problems in the past caused by _excessive_ buffering --
flowing through multiple layers of buffers can add significant overhead -- and
in the main-line processing removing most of the buffering really was the right
answer.

But redirect, since we know it's going direct to the I/O system, might well be
an exception.


(But I'm slightly horrified by the implication that Windows shares aren't doing
their own buffering...!)