【发布时间】:2014-06-02 04:03:44
【问题描述】:
我浏览了几个关于集群和网络负载平衡之间区别的链接。我得到了什么:
Clustering: A cluster is a group of resources that are trying to achieve a common objective, and are aware of one another. Clustering usually involves setting up the resources (servers usually) to exchange details on a particular channel (port) and keep exchanging their states, so a resource’s state is replicated at other places as well.
Load Balancing: serving a large number of requests (web, VPN connections, ...) by having multiple "copies" of a server.
现在我不确定 ColdFusion 集群和网络负载平衡有什么区别?
在单个 CF 服务器中创建多个实例,将它们集群并托管我的 webapp 有什么好处?
【问题讨论】:
-
可能更适合 ServerFault。不是真正的“编码”问题。
-
维基百科对两者都有很好的描述; Computer cluster - Load Balancing
标签: coldfusion load-balancing coldfusion-10