SAX Parsing too slow 2003-07-14 - By Jay Garala
Hello,
I had an issue with Crimson parser when I 'attached' files in Nodes Binary64 encoded. Crimson took for ever parsing, i mean the time grew exponentially (not literally) as the file attachment got bigger. But when i moved over to Xerces I saw better performance. I suggest you do the same unless your whole project is build upon crimson.
Jay
-----Original Message----- From: Shital Joshi [mailto:shital@(protected)] Sent: Sunday, July 13, 2003 6:54 PM To: xerces-j-user@(protected) Subject: SAX Parsing too slow
Hi there,
I am parsing a very big xml document(1.2 gb) using Xerces SAX Parser. It takes more than 15 minutes before it actually starts thorwing start element and end element events. Since this is not a DOM Parser, I suspect it doesn't load the document in memory and all. Then nwhy does it take so long before throwing any events? Is there any way to make it faster?
Any help is appreciated. Thanks, -Shital Joshi MFG Systems
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|