[
https://issues.apache.org/jira/browse/RIVER-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Firmstone resolved RIVER-343.
-----------------------------------
Resolution: Fixed
TaskManager has been deprecated and replaced by various ExcecutorService
implementations.
> Private class extends java.lang.Thread, causing synchronization bottleneck.
> ---------------------------------------------------------------------------
>
> Key: RIVER-343
> URL: https://issues.apache.org/jira/browse/RIVER-343
> Project: River
> Issue Type: Improvement
> Components: com_sun_jini_thread
> Reporter: Peter Firmstone
> Assignee: Peter Firmstone
> Fix For: River_3.0.0
>
>
> com.sun.jini.tool.TaskManager has a private class called TaskThread that
> extends java.lang.Thread this causes a synchronization bottle neck as Thread
> has to audit the subclass using reflection, while holding a lock on a
> SoftCache, where it stores the result.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)