Improve thread synchronization in MultiReferenceStorage
-------------------------------------------------------

                 Key: MIME4J-89
                 URL: https://issues.apache.org/jira/browse/MIME4J-89
             Project: JAMES Mime4j
          Issue Type: Improvement
    Affects Versions: 0.6
            Reporter: Markus Wiederkehr
             Fix For: 0.6


MultiReferenceStorage uses method based synchronization to protect the 
reference counting variable.

There are two problems with that:
1. storage is an interface and so storage.delete() represents a leak of the 
thread of execution.
2. storage.delete() may be a slow operation.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to