GC垃圾回收
摘要:The .NET collector has two main modes of operation: concurrent and synchronous (sometimes known as workstation and server). Concurrent garbage collection is used in desktop applications and synchronous is used in server applications such as ASP.NET by default.In concurrent mode, .NET will try to avo
阅读全文
posted @
2010-12-22 12:03
凌度
阅读(203)
推荐(0) 编辑
[转]Web园和Web农场
摘要:Web Garden(Web 园):An application pool that uses more than one worker process is called a Web garden.When an application is hosted by multiple processes on the same server it is said to be a web garden environment.Web-garden – An IIS6.0 feature where you can configure an application pool as a web-gar
阅读全文
posted @
2010-12-21 17:01
凌度
阅读(1489)
推荐(0) 编辑
[转]Windows server 2008网络负载均衡集群
摘要:近期尝试了下高性能的8650负载均衡器,发现性能相当还不错,界面比较简单粗糙,似乎又山寨之嫌。恰好近期以客户咨询网络负载均衡的问题,结合windows server 2008的特点,就小试了一把windows的负载均衡集群NLB,这个集群是在IIS web环境下测试过的。现整理文档如下,供各位参考。首先,给大家简单的说下几个概念Windows server 支持三种类型的群集,分别是NLB、CLB和MSCS。NLB与MSCS内置于windows server中,CLB需要购买Application Center。a) NLB:提供以TCP/IP 为基础的服务与应用程序的网络流量负载均衡,用于提
阅读全文
posted @
2010-12-21 16:53
凌度
阅读(1268)
推荐(0) 编辑
分布式缓存appfabric
摘要:Windows Server AppFabric首页 http://msdn.microsoft.com/zh-cn/windowsserver/ee695849(en-us).aspx 高可用性(Windows Server AppFabric 缓存) http://msdn.microsoft.
阅读全文
posted @
2010-12-21 16:51
凌度
阅读(630)
推荐(0) 编辑
sql:把多列的数据转成行的一个字段
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--selectfilename,[values]=stuff((select','+ltrim(serverTypeName)fromdbo.V_ItemRulevwhereProjectId=(selectProjectIdfromVersionwhereVersionId=(selectVersionIdfromIssueTaskwhereId=t.taskid))andv.itemname=t
阅读全文
posted @
2010-12-21 10:08
凌度
阅读(1414)
推荐(0) 编辑
查看linux版本
摘要:查看linux版本 cat /etc/redhat-release uname -a root@MyMail ~ # unameLinuxroot@MyMail ~ # uname -r2.6.18-164.el5[root@localhost ~]# uname -aLinux localhost
阅读全文
posted @
2010-12-15 14:22
凌度
阅读(246)
推荐(0) 编辑
iis7为应用程序池指定标识(执行帐号)
摘要:打开 IIS 管理器。 有关如何打开 IIS 管理器的信息,请参阅打开 IIS 管理器 (IIS 7)。在“连接”窗格中,展开服务器节点,然后单击“应用程序池”。在“应用程序池”页中,选择要为其指定标识的应用程序池,然后单击“操作”窗格中的“高级设置”。对于“标识”属性,单击...按钮以打开“应用程序池标识”对话框。如果您要使用内置帐户,请选中“内置帐户”选项,然后从列表中选择一个帐户。如果要使用自定义标识,请选中“自定义帐户”选项,然后单击“设置”以打开“设置凭据”对话框。 接着,在“用户名”文本框中键入自定义帐户名,在“密码”文本框中键入密码,在“确认密码”文本框中重新键入密码,然后单击“
阅读全文
posted @
2010-12-08 11:31
凌度
阅读(15688)
推荐(3) 编辑