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 2014/10/14 14:28:33 UTC

[jira] [Created] (SLING-4048) Avoid keeping jobs in memory

Carsten Ziegeler created SLING-4048:
---------------------------------------

             Summary: Avoid keeping jobs in memory
                 Key: SLING-4048
                 URL: https://issues.apache.org/jira/browse/SLING-4048
             Project: Sling
          Issue Type: Improvement
          Components: Extensions
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Event 3.3.16


Currently all jobs for a single instance are hold in memory and put into the queues. This is not optiomal, especially for a large amount of jobs. In addition it makes configuration changes, queue updates etc. more complicated.
We should revert this and let a queue only pick a job from the resource tree when it has a free processing space.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)