netload 2008-4-9 18:44
负载均衡之你、我、他,大家之见解
毫无疑问,负载均衡已经成为不仅仅[url=http://whatis.ctocio.com.cn/searchwhatis/420/6025420.shtml]ICP[/url]们头等、也是头疼的大事了。
随着互联网上,交互以及不交互的操作爆炸性的增长,如何快速满足用户的响应,提高用户的满意度,是我们大家共同面临的问题。
在这里我们是否讨论一下实现负载均衡的核心问题,也就是算法的问题呢?
我看行!
我起个引子,大家续续. :0026:
net8848 2008-4-9 18:46
原来这样,我写一个
我写一个round-robin的算法!
。。。
(稍等,一会回来写)
askhello 2008-4-10 17:41
LBLC算法的英文
Locality-Based Least-Connection Scheduling — Distributes more requests to servers with fewer active connections relative to their destination IPs. This algorithm is for use in a proxy-cache server cluster. It routes the packets for an IP address to the server for that address unless that server is above its capacity and has a server in its half load, in which case it assigns the IP address to the least loaded real server.