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=12326>. 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=12326 Apache with Xalan and OutputToHandler creates memory leak Summary: Apache with Xalan and OutputToHandler creates memory leak Product: XalanC Version: 1.3.x Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] hi! i am using a modified version of apachemodulexslt from xalan 1.3.0 for transforming xml data with stylesheets... when i am transforming a dom document to a handler (in this case it is a internet browser...) memory leaks are created... the memory usage of apache increases endless... using the same code, but writing the output to a file instead of sending it to a internet browser, does not create any memory leaks... it seams, that the output and flush methods does not work correct (i am using ap_rputs and ap_rflush...)
