AbstractDelegatingMailboxListeners should release locks faster
--------------------------------------------------------------

                 Key: MAILBOX-151
                 URL: https://issues.apache.org/jira/browse/MAILBOX-151
             Project: James Mailbox
          Issue Type: Improvement
          Components: store
    Affects Versions: 0.3
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.4


In AbstractDelegatingMailboxListeners.event(...) we do a very bad job in 
releasing the locks in a timely manner, as we execute the whole 
MailboxListener.event(...) calls in the synchronized block. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to