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=15523>. 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=15523 slow writing of XML to disk Summary: slow writing of XML to disk Product: Xerces-C++ Version: 2.1.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: Minor Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Writing XML files to disk is very slow (about 20sec for a 1500 byte file) using DOMWriter and LocalFileFormatTarget. Cause is that the windows cache is not used due to the open flags of the CreateFileW command. Solution: in XMLPlatformUtils::openFileToWrite (file: Win32PlatformUtils.cpp) all occurencies of "FILE_FLAG_WRITE_THROUGH" must be replaced by "0" to use the windows caching system. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]