SLDStyleFactrory needs a better font cache
------------------------------------------

                 Key: GEOT-1552
                 URL: http://jira.codehaus.org/browse/GEOT-1552
             Project: GeoTools
          Issue Type: Bug
          Components: core render
    Affects Versions: 2.4-RC0
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.5.0


SLDStyleFactory caches loaded fonts in a static map. This is wrong in many ways:
* memory usage may grow indefinitely
* there is no per font synchronization, so threads loading different fonts 
synch on each other needlessly (but before GEOT-1551 it was not synchornized 
and so it was even worse)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to