Hi All, We see a serious Write lock contention issue when we are trying to write to jackrabbit through different jcr sessions.
We see huge number of threads waiting on a write lock when a session.save is done. All threads are writing to a different part of the repository but it seems as per the SharedItemStateManager design we have just one Write Lock for the entire workspace. We tried with FineGrained Locks but that doesnt help either as it just optimizes read and still we have a single Write lock. Thoughts/Suggestions Regards Shashank -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Concurrent-Write-issues-with-Jackrabbit-tp2304674p2304674.html Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.
