You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Ilya Drabenia (JIRA)" <ji...@apache.org> on 2013/01/21 13:06:12 UTC

[jira] [Commented] (CAY-1789) Refactoring of EntityResolver

    [ https://issues.apache.org/jira/browse/CAY-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13558713#comment-13558713 ] 

Ilya Drabenia commented on CAY-1789:
------------------------------------

Andrus, second patch with synchronization optimisation.

I have other idea - now maybe bottleneck because we have only one lock - and all methods use it.

Instead of this we may create much locks - and use each lock in each scope (for example use one lock for creation of some object).
But I remove this from patch - because much synchronized methods has complex dependencies and from my perspective - it's very dangerous to make significant changes now.
                
> Refactoring of EntityResolver
> -----------------------------
>
>                 Key: CAY-1789
>                 URL: https://issues.apache.org/jira/browse/CAY-1789
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Core Library
>            Reporter: Ilya Drabenia
>         Attachments: 0001-CAY-1789-Refactoring-of-EntityResolver.patch, 0002-CAY-1789-Refactoring-of-EntityResolver.patch
>
>
> Need to make refactoring of EntityResolver

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira