We are currently caching all of our product data in xml files generated by
castor using the Xerces2 sax parser. We unmarshall these products when we
start up our application server. Because the xml files are so large, it
takes some time for the Xerces parser to parse through all of the data,
between 10 and 15 minutes.
I was wondering if anyone knows of any shortcuts to cutting down the time it
takes to parse through all of the data.
I notice when I do thread dumps that many of the threads are in DTD related
methods such as:
org.apache.xerces.parsers.DTDConfiguration.parse
Maybe there is a way to turn off DTD validation?
I am sorry if these questions have been answered already as I am new to this
list. Thanks for your help.
Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]