I am having a scenario where I have a root node and then there are sub nodes
getting created under it with each request. Each subnode has certain
properties created as well.

What I am thinking is to handle heavy concurrency is to save the session on
every addition of the node. That ways any locks on the root node should be
released immediately. 

After that for each subnode there should be seperate nodes to allow
concurrent writes to happen.

Is my understanding correct..

I am using jackrabbit 2.0

Thoughts?
-- 
View this message in context: 
http://jackrabbit.510166.n4.nabble.com/Concurrency-for-node-writes-tp2300052p2300052.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to