[jboss-user] [JBoss Cache: Core Edition] - A basic question about concurrency
fatefree
do-not-reply at jboss.com
Tue Apr 1 08:59:57 EDT 2008
Our app is using the default level of concurreny (REPEATABLE_READ) but we are experiencing lock acquisition timeouts, and I believe this level of concurrency is higher than our app requires.
Our app does not update or modify any element at all once it is put in cache, it only puts an element in (it expires after a time using the ExpirationPolicy) and it may be read multiple times.
What level of concurrency would best suite this kind of application, while ensuring that cache can only read an element once it is fully put inside the cache?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140476#4140476
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140476
More information about the jboss-user
mailing list