6 Replies Latest reply on Apr 14, 2008 7:20 PM by manik

    A basic question about concurrency

    fatefree

      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?