You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2010/09/27 10:27:33 UTC

[jira] Created: (SLING-1808) Don't use thread pool for system threads

Don't use thread pool for system threads
----------------------------------------

                 Key: SLING-1808
                 URL: https://issues.apache.org/jira/browse/SLING-1808
             Project: Sling
          Issue Type: Improvement
          Components: Extensions
    Affects Versions: Extensions Event 2.4.0
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Extensions Event 3.0.0


The system threads (background threads that run as long as the bundle runs) are currently taken from the thread pool; this is not necessary and in addition reduces the number of available threads from the pool; it makes calculating the required threads more difficult.

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


[jira] Resolved: (SLING-1808) Don't use thread pool for system threads

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-1808.
-------------------------------------

    Resolution: Fixed

All long running threads now don't use the thread pool anymore; this reserves all threads from the pool for the tasks / jobs

> Don't use thread pool for system threads
> ----------------------------------------
>
>                 Key: SLING-1808
>                 URL: https://issues.apache.org/jira/browse/SLING-1808
>             Project: Sling
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: Extensions Event 2.4.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Extensions Event 3.0.0
>
>
> The system threads (background threads that run as long as the bundle runs) are currently taken from the thread pool; this is not necessary and in addition reduces the number of available threads from the pool; it makes calculating the required threads more difficult.

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