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

Steve Ebersole (JIRA) noreply at atlassian.com
Fri Jan 21 13:41:05 EST 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole resolved HHH-5823.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0.0.Alpha1

> Poor multithread performance in UpdateTimestampsCache class
> -----------------------------------------------------------
>
>                 Key: HHH-5823
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5823
>             Project: Hibernate Core
>          Issue Type: Improvement
>          Components: caching (L2)
>    Affects Versions: 3.6.0
>            Reporter: Alexey Romanchuk
>            Assignee: Steve Ebersole
>             Fix For: 4.0.0.Alpha1, 3.6.1
>
>         Attachments: UpdateTimestampsCache.java
>
>          Time Spent: 38m
>  Remaining Estimate: 0h
>
> 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