You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2013/11/03 15:28:17 UTC

[jira] [Commented] (CAY-1879) Concurrent non-blocking read-only DataContext

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

Andrus Adamchik commented on CAY-1879:
--------------------------------------

We may see some improvement by starting to use ReadWriteLock in the ObjectStore (to make 'getNode' more concurrent), however in my tests the real noticeable blocking happens only when we would need the "write" lock to load query results. So this will only be a negligible improvement.

> Concurrent non-blocking read-only DataContext
> ---------------------------------------------
>
>                 Key: CAY-1879
>                 URL: https://issues.apache.org/jira/browse/CAY-1879
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Core Library
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>
> This Jira is about experimentation to achieve better individual DataContext select throughout per [1]. 
> [1] http://cayenne.markmail.org/thread/jdepwrjicovdw2m4



--
This message was sent by Atlassian JIRA
(v6.1#6144)