简体   繁体   English

JBoss AS7集群:mod_proxy或mod_cluster

[英]JBoss AS7 cluster: mod_proxy or mod_cluster

I'd like to establish a cluster of JBoss AS7 servers. 我想建立一个JBoss AS7服务器集群。 I've found that it may be done using apache with mod_proxy or with mod_cluster . 我发现可以使用带有mod_proxymod_cluster apache来完成它。 Which one would you use? 你会用哪一个? Which one is easier to establish and maintain? 哪一个更容易建立和维护? Which provides better performance? 哪个提供更好的性能?

Use modcluster. 使用modcluster。

mod_cluster has Server-side load balance factor calculation and Fine grained web-app lifecycle control. mod_cluster具有服务器端负载平衡因子计算和细粒度Web应用程序生命周期控制。

see "Advantages" at http://www.jboss.org/mod_cluster . 请参阅http://www.jboss.org/mod_cluster上的 “优势”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM