[ http://issues.apache.org/jira/browse/XALANJ-2089?page=comments#action_61963 ] Brian Minchau commented on XALANJ-2089: ---------------------------------------
The attached patch is really the old code back again, but with alphaCountTable cached in an instance variable, rather than a Class static variable. So its scope is the one XSL transformation. The old static variable caching was cached for all transactions in the same JVM, which has implications in a server environment. As an instance field it is safe. I have reviewed and approve the patch. > Performance degradation in ElemNumber. > -------------------------------------- > > Key: XALANJ-2089 > URL: http://issues.apache.org/jira/browse/XALANJ-2089 > Project: XalanJ2 > Type: Bug > Environment: Windows 2000 > Reporter: Yash Talwar > Assignee: Yash Talwar > Attachments: XalanJ2089_Patch.txt > > org.apache.xalan.templates.ElemNumber has performance degradation between > currentCVS version versus Version 2.6.0 xalan.jar file. > I have performed some testing to validate this degradation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
