Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.9.2
-
None
-
Unknown
Description
The XSLT component calls getTemplate().newTransformer() for every request. newTransformer is a synchronized call in Xalan and is causing performance issues with blocked threads with many small requests/responses. It would be good to support a cache of transformers that can be reused.