November 2007 Archive on rick.james

IIS 7 C++ Module API Sample: Controlling http.sys caching

IIS 7 C++ Module API Sample: Controlling http.sys caching Introduction In my previous post we saw that http.sys caching can be very useful for high traffic (gigabits/sec) sites. In this post we create a sample module that allows configuring which URLs...

Fun with http.sys Caching

Introduction There are many caches available to web applications. Today I will play with the http.sys URI cache. It is a simple, fast, kernel-mode cache. How it Works First IIS must decide if the response can be stored in the http.sys' cache (devs: See...

Page view counter