IIS 6 Kernel Caching from an ISAPI Extension - eek!
Posted by: Rick Strahls WebLog,
on 15 Sep 2005 |
View original
Arrgh… After talking with some of the IIS team folks yesterday here at PDC about Kernel Caching in IIS, I thought it’d be nice to add this functionality to the Web Connection ISAPI extension. Kernel Caching uses a special ISAPI ‘function’ description HSE_REQ_VECTOR_SEND, which supports setting a few flags that are supposed to have IIS kick in cache the URL internally. What this does is basically cache a dynamic request similar to the way that a static file is cached in IIS....