上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 57 下一页
摘要: 一、 总体方案故障转移集群技术与镜像技术结合,在主体数据库上实现双机集群,镜像数据库不在集群内,是一台单独的数据库服务器。 在配置镜像数据库时,选择镜像运行模式为“高性能模式会话”,此模式下:如果群集故障转移到另一节点,在镜像会话中,故障转移群集实例将继续作为主体服务器。如果整个群集出现问题,则可以将服务强制到镜像服务器上。 二、 关于镜像和集群通常,当镜像与群集一起使用时,主体服务器与镜像服务器都驻留在群集上,其中,主体服务器在一个群集的故障转移群集实例中运行,镜像服务器在另一个群集的故障转移群集实例中运行。不过,您可以建立一个镜像会话,其中,一个伙伴驻留在一个群集的故障转移群集实例中,另一 阅读全文
posted @ 2013-01-21 10:42 iDEAAM 阅读(679) 评论(0) 推荐(0)
摘要: “高可用性”(High Availability)通常来描述一个系统经过专门的设计,从而减少停工时间,而保持其服务的高度可用性。基本资料计算机的高可用性计 算机系统的可靠性用平均无故障时间(MTTF)来度量,即计算机系统平均能够正常运行多长时间,才发生一次故障。系统的可靠性越高,平均无故障时间越长。 可维护性用平均维修时间(MTTR)来度量,即系统发生故障后维修和重新恢复正常运行平均花费的时间。系统的可维护性越好,平均维修时间越短。计算机系统 的可用性定义为:MTTF/(MTTF+MTTR) * 100%。由此可见,计算机系统的可用性定义为系统保持正常运行时间的百分比。负载均衡服务器的高可用性 阅读全文
posted @ 2013-01-16 11:15 iDEAAM 阅读(515) 评论(0) 推荐(0)
摘要: 一:NLB试验环境按如图1所示搭建NLB实验环境,其中计算机Server是域 控制器和DNS服务器,client和client2是成员服务器,域名为ittongluren.com。所有计算机网关IP地址为 192.168.0.1,首选DNS服务器IP地址是192.168.0.2.在计算机server和client上安装第2块网卡,用于节点间连接。网 络负载平衡(NLB)的IP地址是192.168.0.3.二:NLB实验前的准备· 在计算机Server(192.168.0.2)上创建一个Web站点,在客户端client2(192.168.0.5)上访问该网站,效果如图2所示。在计算机c 阅读全文
posted @ 2013-01-15 16:21 iDEAAM 阅读(729) 评论(0) 推荐(0)
摘要: 本文介绍 IIS 7 如何搭配新一代的 ARR (Application Request Routing),建置 Server Farm 并达到比过去 NLB 更优的 Load Balancing 功能,此外还介绍微软新一代的分布式缓存技术 Velocity。-------------------------------------------------------------------------------------------------------过去及目前 Windows Server 中的 NLB (Network Load Balance, 负载均衡) 其缺点:用软件做的 阅读全文
posted @ 2013-01-09 19:44 iDEAAM 阅读(272) 评论(0) 推荐(0)
摘要: 摘自:http://improve.dk/archive/2009/09/23/iis-request-filtering-woes.aspxI recently put a number of load balanced websites in production by using the newly released IIS7 Application Request Routing v2 Beta extension. Everything seemed to run perfectly both performance and functionality wise. There was 阅读全文
posted @ 2013-01-09 17:13 iDEAAM 阅读(325) 评论(0) 推荐(0)
摘要: 摘自:http://blogs.technet.com/b/speschka/archive/2010/07/30/configuring-sharepoint-2010-and-adfs-v2-end-to-end.aspxIn this post I’m going to do an end-to-end walk through on how to configure SharePoint 2010 and ADFS v2 together to use SAML claims authentication. I’ll includes steps and PowerShell scri 阅读全文
posted @ 2013-01-09 16:56 iDEAAM 阅读(381) 评论(0) 推荐(0)
摘要: 问题:I created a WCF service that exposed a method that has one paramater:public class Service1 : IService1{ public string GetData(int value) { return string.Format("You entered: {0}", value); }}The service has two endpoints defined (wsHttpBinding and basicHttpBinding) so that it would... 阅读全文
posted @ 2012-12-11 13:39 iDEAAM 阅读(631) 评论(0) 推荐(0)
摘要: //Web References 文件夹下 Reference.map下面的InvoiceDetailsViewModel.datasource 文件里 设置 GenericObjectDataSource 中的 typeinfo<GenericObjectDataSource DisplayName="Order" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> <TypeInfo>Marketiva.StreamsterAp 阅读全文
posted @ 2012-12-11 09:44 iDEAAM 阅读(835) 评论(1) 推荐(0)
摘要: 现今存在的开源协议很多,而经过Open Source Initiative组织通过批准的开源协议目前有58种(http://www.opensource.org/licenses/alphabetical)。我们在常见的开源协议如BSD, GPL, LGPL,MIT等都是OSI批准的协议。如果要开源自己的代码,最好也是选择这些被批准的开源协议。这里我们来看四种最常用的开源协议及它们的适用范围,供那些准备开源或者使用开源产品的开发人员/厂家参考。BSD开源协议(original BSD license、FreeBSD license、Original BSD license)BSD开源协议是一. 阅读全文
posted @ 2012-11-29 11:39 iDEAAM 阅读(1233) 评论(0) 推荐(0)
摘要: <scripttype="text/javascript">functionmoveEnd(obj){obj.focus();varlen=obj.value.length;if(document.selection){varsel=obj.createTextRange();sel.moveStart('character',len);sel.collapse();sel.select();}elseif(typeofobj.selectionStart=='number'&&typeofobj.selectio 阅读全文
posted @ 2012-11-01 16:02 iDEAAM 阅读(323) 评论(0) 推荐(0)
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 57 下一页