java - How can I parse multiple XML documents at once? -


I am using SAXParser in Java to parse my XML documents. Now I want to improve performance and parse multiple documents together.

Is this possible?

Yes, you can do different threads, where each one of them If the document parses, then multicast XML parsing is realized. Using the experiment will reduce the implementation.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -