|
I found a pretty good description of the 2
read-write strategy that ideally hibernate should support ( the current one and
the one i named "lightweight read-write" but the good name is
optimistic-read-write
The Synchronized Replicated Cache ensures the coordinated synchronization of data across the entire cluster with the guaranteed minimum amount of network traffic and support for automatic fail-over. Provide thread-safe access and concurrency support for coordinated locking on a network. (what we got with centralized lock server) The Optimistic Replicated Cache sacrifices the cluster-synchronized concurrency control mechanism found in the Synchronized Replicated Cache in order to provide the theoretical maximum possible throughput of any clustered replicated cache implementation. (what i would like to see supported too) Regards, Chris.
|
- [Hibernate] RE: DistributedCacheConcurrencyStrategy Christian Meunier
- Re: [Hibernate] RE: DistributedCacheConcurrencyStra... Christian Meunier
- Re: [Hibernate] RE: DistributedCacheConcurrency... Gavin King
- Re: [Hibernate] RE: DistributedCacheConcurr... Christian Meunier
- Re: [Hibernate] RE: DistributedCacheConcurrencyStra... Gavin King
- Re: [Hibernate] RE: DistributedCacheConcurrencyStra... Gavin King
