[jira] Commented: (JCR-890) concurrent read-only access to a session

2010-06-23 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881593#action_12881593 ] Jukka Zitting commented on JCR-890: --- The SessionOperation mechanism is meant to synchronize

[jira] Commented: (JCR-890) concurrent read-only access to a session

2010-06-22 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881557#action_12881557 ] Claus Köll commented on JCR-890: Hi Jukka, I saw your commits with the new SessionOperations.

[jira] Commented: (JCR-890) concurrent read-only access to a session

2010-05-25 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871131#action_12871131 ] Jukka Zitting commented on JCR-890: --- See JCR-2640 for a proposed way (and initial patch) to

[jira] Commented: (JCR-890) concurrent read-only access to a session

2010-05-19 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869170#action_12869170 ] Stefan Guggisberg commented on JCR-890: --- i don't have a strong opinion regarding the

[jira] Commented: (JCR-890) concurrent read-only access to a session

2010-05-18 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868599#action_12868599 ] angela commented on JCR-890: my comments from a quick first glance at the patches: why is the

[jira] Commented: (JCR-890) concurrent read-only access to a session

2007-09-01 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524261 ] Thomas Mueller commented on JCR-890: In a many cases, parameters can be processed outside the synchronized block.

[jira] Commented: (JCR-890) concurrent read-only access to a session

2007-08-31 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524065 ] Marcel Reutegger commented on JCR-890: -- I hereby withdraw my proposal and state another one: Move all

[jira] Commented: (JCR-890) concurrent read-only access to a session

2007-08-31 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524073 ] Thomas Mueller commented on JCR-890: Write access within the same session should also be synchronized. But read

[jira] Commented: (JCR-890) concurrent read-only access to a session

2007-08-31 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524130 ] Jukka Zitting commented on JCR-890: --- So you'd have something like this on all non-trivial API methods: /** The

[jira] Commented: (JCR-890) concurrent read-only access to a session

2007-08-31 Thread Padraic Hannon (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524166 ] Padraic Hannon commented on JCR-890: I think this is similar to the discussion from JCR-1050. Perhaps we need a