You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2007/08/24 16:59:51 UTC

DO NOT REPLY [Bug 31789] - Memory leak in ELEvaluator

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31789>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31789


bayard@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19542|0                           |1
        is obsolete|                            |
         AssignedTo|taglibs-                    |bayard@apache.org
                   |dev@jakarta.apache.org      |




------- Additional Comments From bayard@apache.org  2007-08-24 07:59 -------
Created an attachment (id=20701)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20701&action=view)
Updated version of the caching factory patch

This is a tested version of the original patch, with a few bugs fixed. Things
should behave the same as before by default, but you can either turn on caching
(forever) or turn off caching (null) to ease some of these issues.
Alternatively you could write your own cache.

For DateFormat for example, speed improves 30% if you turn caching of
DateFormat objects on.

One issue is that for ELEvaluator parsing, I've removed the synchronization
that was being done. I need to change the patch so that that is still there.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org