malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2012年4月17日

ASP.NET Internals – IIS and the Process Model

摘要: In this series of articles I'm going to tackle and describe the life cycle of a web request from the early stages of its life, when it's accepted by the web server, through its processing into the ASP.NET pipeline and up to the generation of a response by the endpoints of the pipeline.Introd 阅读全文

posted @ 2012-04-17 21:46 malaikuangren 阅读(672) 评论(0) 推荐(0) 编辑
GC and Memory leak

摘要: 引自:http://www.codeproject.com/Articles/19490/Memory-Leak-Detection-in-NETResource AllocationThe CLR (Common Language Runtime) allocates all the resources on the managed heap and releases them when they are no longer required by the application. C/C++ applications were prone tomemoryleaks because pro 阅读全文

posted @ 2012-04-17 17:05 malaikuangren 阅读(584) 评论(0) 推荐(0) 编辑