Horizontal vs Vertical Clustering Scalability in Weblogic and other J2EE Containers
Here is a brief explanation on the differences between Scaling Horizontally and Vertically in terms of Clustering.
-
Horizontal Vs Vertical Clustering Scalability in Weblogic and Other J2EE Contain...
smallwei

smallwei 11:10 pm on May 23, 2011
Horizontal scaling involves running multiple Java application servers (JVM) on two or more separate physical hardwares(machines). When you scale horizontally, you add additional hardware that hosts additional JVM to the cluster.
Vertical scaling involves multiple Java application servers (JVM) running on a single physical machine. When you scale vertically, you join additional JVM to the cluster by adding to the same physical machine, which is limited by the limitation of the same physical machine.