https://issues.apache.org/bugzilla/show_bug.cgi?id=50821

           Summary: JspFactory.getDefaultFactory() is synchronized, We can
                    cache the return value to improve performance
           Product: Lenya
           Version: 2.0.3
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Miscellaneous
        AssignedTo: [email protected]
        ReportedBy: [email protected]


JspFactory.getDefaultFactory() is synchronized, we can cache the return value
to improve performance.

In the file:

apache-lenya-2.0.3-src/externals/cocoon_2_1_x/src/blocks/portal/java/org/apache/cocoon/portal/pluto/PortletURLConverter.java
   line:281

The value returned by JspFactory.getDefaultFactory()  can be cached to reduce
race and improve performance
 (Similar to the Apache Bug,
https://issues.apache.org/bugzilla/show_bug.cgi?id=44408)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to