[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5823) Poor multithread performance in UpdateTimestampsCache class

Alexey Romanchuk (JIRA) noreply at atlassian.com
Fri Jan 7 00:08:05 EST 2011


Poor multithread performance in UpdateTimestampsCache class
-----------------------------------------------------------

                 Key: HHH-5823
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5823
             Project: Hibernate Core
          Issue Type: Bug
          Components: caching (L2)
    Affects Versions: 3.6.0
            Reporter: Alexey Romanchuk
         Attachments: UpdateTimestampsCache.java

Using synchronized methods is huge performance bottle neck in UpdateTimestampsCache. Using ReentrantReadWriteLock is the solution
New implementation is attached

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list