[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: XML Performance in a Transacation
> my observations - for small messages and documents it all seems to be > fast enough (haven't had any performance issues to cause me > to measure it). One thing I discovered (or rather, which Wolfgang Hoschek pointed out to me) is that if you are parsing lots of small documents you can get a big saving by reusing the XML parser rather than instantiating a new one for each parse. This might be parser-specific, but certainly for Xerces there seems to be a big initialisation cost. It's often small details like this that make the difference between lousy performance and brilliant performance. The only problem is discovering the bottleneck! Michael Kay http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|