Saturday, 13 November 2010

Clustering Part II - Horizontal and Vertical Clustering

Vertical and Horizontal Clustering


A cluster is defined as a group of application servers that transparently run a J2EE application as if it were a single entity. 


There are two methods of clustering: vertical scaling and horizontal scaling


Horizontal clustering involves running multiple Java application servers that are run on two or more separate physical machines. 


Horizontal scaling is more reliable than vertical scaling, since there are multiple machines involved in the cluster environment, as compared to only one machine.






Vertical clustering, however, consists of multiple Java application servers on a single physical machine.


With vertical scaling, the machine's processing power, CPU usage, and JVM heap memory configurations are the main factors in deciding how many server instances should be run on one machine 





Tags : weblogic clustering, cluster, vertical, horizontal, scaling, vertical clustering, horizontal scaling, horizontal clustering

See more on this from my blog 

 1. Step by step vertical clustering
 2. Step by step Horizontal clustering
 3. Weblogic Clustering










6 comments:

  1. I'm looking for a WebSphere technical male or female that needs a high paying job. Contact me Mehn1@hotmail.com

    ReplyDelete
  2. Rajender - Your question is not clear, Please elaborate your sentence.

    ReplyDelete
  3. Hi Brother ,


    In real time vertical or horizontal which one is better ...

    Thanks in Advance

    ReplyDelete
  4. vertical c'est mieux en temps réel

    ReplyDelete
  5. @bindhu reddy - for production horizontal always recommended.

    ReplyDelete
  6. I am using WLS 12.1.2 and Oracle HTTP Server 12.1.3 as by web servers using the proxy plugin.

    ReplyDelete