[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-tabpanel&focusedCommentId=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-tabpanel&focusedCommentId=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-tabpanel&focusedCommentId=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-tabpanel&focusedCommentId=12869170#action_12869170 ] Stefan Guggisberg commented on JCR-890: --- i don't have a strong opinion regarding the sug

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

2010-05-18 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868623#action_12868623 ] Jukka Zitting commented on JCR-890: --- Thanks for the review! > why is the package called 'se

[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-tabpanel&focusedCommentId=12868599#action_12868599 ] angela commented on JCR-890: my comments from a quick first glance at the patches: why is the pac

[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. A

[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 lar

[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 se

[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 acce

[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_12524070 ] Thomas Mueller commented on JCR-890: +1 Robustness is very important in my view. Even if it has an effect on perfo

[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 synchronizat

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

2007-05-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496251 ] Marcel Reutegger commented on JCR-890: -- I agree that this 'feature' is desirable however I would rather implement