Use one xml parsing related instance (e.g. SAXParserFactory) for one deployment 
process
---------------------------------------------------------------------------------------

                 Key: GERONIMO-5925
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5925
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: deployment
    Affects Versions: 3.0
            Reporter: Ivan
            Priority: Minor


While investigating some other issues, I found that multiple XML parsing 
related instance (e.g. SAXParserFactory) are created for each DD parsing. And, 
it causes many times for resource searching for different properties. I am 
thinking to use one instance for each application deployment, since the whole 
deployment process is running on the same thread, so no need to concern the 
thread-safe issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to