Any ideas/suggestions? I am using Jackrabbit 2.1.1 WAR deployed on websphere and API calls are being made through RMI. Contents are stored in Oracle database.
My threads are not sharing sessions, each thread makes a call to to load/fetch/modify function and session is created and logged out in those functions. I am not using any explicit locking (except that I had to put session.save() in synchronized block amoung all threads, since all threads were blocked without that synchronized block, as mentioned earlier). Please help. Thanks. KS -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Jackrabbit-performance-in-multi-threaded-environment-tp3034980p3036201.html Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.
