History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: PMT-73
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jens Halm
Reporter: Jens Halm
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pimento - Cinnamon

Check for concurrency issues in the reflection cache

Created: 05/Dec/07 10:00 PM   Updated: 29/Jan/09 09:16 PM
Component/s: Cinnamon Reflection
Affects Version/s: Spicelib 1.0.M1
Fix Version/s: Spicelib 1.0.0


 All   Comments   Change History      Sort Order:
Jens Halm - 22/Apr/08 12:40 PM
Internal cache of ReflectionFactory is now thread-safe, using the new Cache class in org.spicefactory.lib.reflect.util.
This was not an issue for the most use cases Cinnamon uses the ReflectionFactory for, since in most cases all reflection occured during startup. Nevertheless this is a generic library and thus should be fully thread-safe.