What is asymmetric clustering in WebSphere?In asymmetric clustering, the partitions can be declared dynamically and usually run on a single cluster at a time. The task which is specific to an appropriate cluster can be routed to that cluster. The Asymmetric Clustering applications are used in electronic trading systems which are utilized by banks.What is asymmetric clustering in WebSphere?1. Asymmetric clustering architecture is opposite to the typical stateless server farm where the entire app is replicated across machines, some times using distributed caching products for improving the performance. 2. In an asymmetric cluster, business logic is split into partitions, where each partition can be the sole accessory of a set of underlying data. 3. This results in each node in the cluster implementing it's own local cache resulting in high performance reading and writing without the need to maintain a distributed cache between cluster nodes.
|