JBoss4.2.0官方集群文档

时间:2013-01-28 17:19:55
【文件属性】:

文件名称:JBoss4.2.0官方集群文档

文件大小:298KB

文件格式:PDF

更新时间:2013-01-28 17:19:55

Jboss,集群

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.


网友评论

  • 不错,跟官方在线的文档一样。