上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 57 下一页
摘要: “高可用性”(High Availability)通常来描述一个系统经过专门的设计,从而减少停工时间,而保持其服务的高度可用性。基本资料计算机的高可用性计 算机系统的可靠性用平均无故障时间(MTTF)来度量,即计算机系统平均能够正常运行多长时间,才发生一次故障。系统的可靠性越高,平均无故障时间越长。 可维护性用平均维修时间(MTTR)来度量,即系统发生故障后维修和重新恢复正常运行平均花费的时间。系统的可维护性越好,平均维修时间越短。计算机系统 的可用性定义为:MTTF/(MTTF+MTTR) * 100%。由此可见,计算机系统的可用性定义为系统保持正常运行时间的百分比。负载均衡服务器的高可用性 阅读全文
posted @ 2013-01-16 11:15 iDEAAM 阅读(514) 评论(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 阅读(728) 评论(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 阅读(270) 评论(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 阅读(320) 评论(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 阅读(380) 评论(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 阅读(629) 评论(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 阅读(834) 评论(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 阅读(1229) 评论(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 阅读(320) 评论(0) 推荐(0)
摘要: 在安装mysql的时候,就会遇到以下错误。遇到错误不可怕,怕的就是被错误所击倒!The security settings could not be applied to the database because the connection has failed with the following error.Error Nr. 1045Access denied for user 'root'@'localhost' (using password: YES)If a personal firewall is running on your machine 阅读全文
posted @ 2012-10-10 10:46 iDEAAM 阅读(11975) 评论(0) 推荐(0)
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 57 下一页