Right, I suspect that your lock timeout issues might be related to your current fqn
structure. If you bear in mind that locks are acquired on a per FQN basis, storing a lot
keys within an FQN leads to lock contention. Instead, I'd suggest you add more FQNs
and reduce the number of keys stored in each FQN. The side effect of this is that memory
consumption is higher but on the other hand, concurrency levels increase.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244588#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...