Hi All,

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?

Reply via email to