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 2009/01/05 10:59:44 UTC

[jira] Created: (SLING-807) Reduce number of background threads

Reduce number of background threads
-----------------------------------

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


Currently all services in the event module create background threads to periodically check something. In addition they use the scheduler for other things. This creates several (mostly idle) background threads which should be reduced to a minimum.

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


[jira] Closed: (SLING-807) Reduce number of background threads

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

Carsten Ziegeler closed SLING-807.
----------------------------------

    Resolution: Invalid

The number of threads is already reduced. The only solution to further reduce the threads would be to combine the different services into a single service
which is imho not desirable. Therefore closing this bug as invalid.

> Reduce number of background threads
> -----------------------------------
>
>                 Key: SLING-807
>                 URL: https://issues.apache.org/jira/browse/SLING-807
>             Project: Sling
>          Issue Type: Improvement
>          Components: Event
>    Affects Versions: Extensions Event 2.0.2
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Extensions Event 2.0.4
>
>
> Currently all services in the event module create background threads to periodically check something. In addition they use the scheduler for other things. This creates several (mostly idle) background threads which should be reduced to a minimum.

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