Uploaded image for project: 'Pivot'
  1. Pivot
  2. PIVOT-498

Revisit use of Executors.newCachedThreadPool() in Task class

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1
    • core-util
    • None

    Description

      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.

      Attachments

        Activity

          People

            rwhitcomb Roger Lee Whitcomb
            gbrown Gregory K. Brown
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: