摘要: public class LoadBalance { /// <summary> /// 锁对象 /// </summary> private static readonly object locker = new object(); /// <summary> /// 服务器权重列表 /// </summary> private static List<int> weightList= new List<int>(); /// <summary> /// 当前索引 /// </summary> p 阅读全文
posted @ 2011-04-17 19:06 飘渺峰 阅读(1101) 评论(0) 推荐(0) 编辑