public marks

PUBLIC MARKS with tags "load balancing" & doc

16 October 2006 22:30

Chapter 16. Clustering - High Availability Enterprise Services via JBoss Clusters

by holyver (via)
Clustering allows us to run an applications on several parallel servers (a.k.a cluster nodes). The load is distributed across different servers, and even if any of the servers fails, the application is still accessible via other cluster nodes. Clustering is crucial for scalable enterprise applications, as you can improve performance by simply adding more nodes to the cluster. The JBoss Application Server (AS) comes with clustering support out of the box. The simplest way to start a JBoss server cluster is to start several JBoss instances on the same local network, using the run -c all command for each instance. Those server instances, all started in the all configuration, detect each other and automatically form a cluster. In the first section of this chapter, I discuss basic concepts behind JBoss's clustering services. It is important that you understand those concepts before reading the rest of the chapter. Clustering configurations for specific types of applications are covered after this section.

PUBLIC TAGS related to tag "load balancing"

architecture +   drupal +   firewall +   gestion de charge +   heartbeat +   magento +   memcahe +   performance +   scalability +  

Active users

holyver
last mark : 16/10/2006 22:32