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 2013/08/02 11:57:50 UTC

[jira] [Created] (SLING-2991) Use only a single session in jcr resource listener

Carsten Ziegeler created SLING-2991:
---------------------------------------

             Summary: Use only a single session in jcr resource listener
                 Key: SLING-2991
                 URL: https://issues.apache.org/jira/browse/SLING-2991
             Project: Sling
          Issue Type: Improvement
          Components: JCR
    Affects Versions: JCR Resource 2.2.8
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: JCR Resource 2.3.0


The jcr resource listener currently uses two sessions: the first one to register an observation listener, the second one to act on observation events.
As the first session is just used for registration of the listener and as the processing is done separately in a queue, we just need a single session

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira