导航

2012年9月26日

摘要: have been asked this question many times by different readers of my blog. They wanted to know about the fundamentals of Web Farms and Web Garden. In this blog post, I am going to explain the exact difference between web farm and web garden, and the advantages and disadvantages of using them. I have. 阅读全文

posted @ 2012-09-26 15:57 JianMing 阅读(380) 评论(0) 推荐(0)

摘要: Table of Contents IntroductionBasics about state managementAppDomainWhat is AppDomainRole of AppDomain in ASP.NETWeb FarmAffinityWeb GardenAffinityMore about session managementHow to handle Cache in a Web Farm/Web Garden scenarioScenario 1: Static dataApproachScenario 2: Static data, ca... 阅读全文

posted @ 2012-09-26 15:53 JianMing 阅读(329) 评论(0) 推荐(0)

摘要: Introduction When request come from client to the server a lot of operation is performed before sending response to the client. This is all about how IIS Process the request. Here I am not going to describe the Page Life Cycle and there events, this article is all about the operation of IIS Leve... 阅读全文

posted @ 2012-09-26 10:45 JianMing 阅读(219) 评论(0) 推荐(0)