-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Util
-
Labels:None
According to the article titled Improve performance in your XML applications, the SAXParserFactory.newSAXParser() method has a performance bottleneck. The solution proposed in the article is to re-use SAXParser instances, but this turns out to not be thread-safe. So the solution is to develop SAXParserFactory and SAXParser for the liferay-faces-util project that do not suffer from the performance problem.
- relates
-
FACES-1442 Performance bottleneck in LiferaySharedPageTop due to SAXParser not being reused
-
- Closed
-