Archive for January, 2009
Improvements to FastCGI in IIS 7.5
Jan 22nd
Following improvements have been made to FastCGI module in Win7 (and Win2K8 R2).
1. Monitor changes to a file
We have added ability to monitor changes to a file for each FastCGI process pool. Module will recycle FastCGI processes for the process pool if a change to the file is detected.
Generating trace information in native modules
Jan 1st
IIS7 has really nice tracing capabilities which are available to all module developers. If you want to make it easy for you and your customers to debug problems in your modules, you should definitely be using them. You can use IHttpTraceContext::RaiseTraceEvent or IHttpTraceContext::QuickTrace in your IIS7 native modules to generate trace information. Once you have [...]