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
Post a Comment