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

Greg Brown updated PIVOT-498:
-----------------------------

    Fix Version/s:     (was: 2.0)
                   2.1

> Revisit use of Executors.newCachedThreadPool() in Task class
> ------------------------------------------------------------
>
>                 Key: PIVOT-498
>                 URL: https://issues.apache.org/jira/browse/PIVOT-498
>             Project: Pivot
>          Issue Type: Task
>          Components: core-util
>            Reporter: Greg Brown
>             Fix For: 2.1
>
>
> There appears to be an issue with Executors.newCachedThreadPool() when 
> running as an applet. IllegalThreadStateExceptions are thrown periodically 
> and seemingly unpredictably. The current workaround uses a custom 
> ExecutorService that simply dispatches requests to new threads as they are 
> received. However, this is not optimal and a better solution should be found, 
> if possible.

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

Reply via email to