"Mikael Aronsson" <[EMAIL PROTECTED]> writes: > I have created a SAX2 parser that reads in a large number of XML files, the > code is below, it works fine but for each file it gets slower, even if I use > 100 copies of the same file it starts to get slow after 20-30 files, it > slows down with about 100ms for each files, so the first files is completed > in 200ms, the next in 300ms and so on.
If you're using 1.5.1 or prior, you may want to test the latest nightly build from: http://xml.apach.org/dist/xerces-c/nightly/ there were significant memory improvements for SAX2, and these might be causing the problem. jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
