Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.6
-
None
-
None
Description
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.