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=11127>.
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=11127

Writer is flushed() too often

           Summary: Writer is flushed() too often
           Product: XalanJ2
           Version: 2.3Dx
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.serialize
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I pass a StreamResult made out of a BufferedWriter to Transformer.transform(). 
The reason for a BufferedWriter is that I/O-performance is critical to my 
application.

Sooner or later in the transformation process, we reach 
SerializerToXML.flushWriter(). Disafortunately, the BufferedWriter is ALWAYS 
flushed, which is deadly to me.

Reply via email to