You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org> on 2009/08/31 20:59:32 UTC

[jira] Closed: (UIMA-1393) UimaSerializer should make use of ThreadLocal

     [ https://issues.apache.org/jira/browse/UIMA-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-1393.
-------------------------------

    Resolution: Fixed

Applied Jorn's patch

> UimaSerializer should make use of ThreadLocal
> ---------------------------------------------
>
>                 Key: UIMA-1393
>                 URL: https://issues.apache.org/jira/browse/UIMA-1393
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>            Reporter: Jörn Kottmann
>            Assignee: Jerry Cwiklik
>            Priority: Trivial
>             Fix For: 2.3AS
>
>         Attachments: UIMA-1393.patch
>
>
> The current implementation tries to emulate ThreadLocal with a Map and a lock. Using ThreadLocal directly has the advantage of making
> the code simpler and enabling garbage collection for cached instances when the belonging thread ends.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.