FastCGI Dll Library (with SIGTERM handler) for Windows Web Servers

The Microsoft Server IIS team has announced the release of FastCGI Extension 1.5 for IIS 6.0 and IIS 5.1 described here and the Aprellium team has added our announcement in the Abyss FastCGI forum

Over the last few months, Coast Research has developed a second generation FCGI library (libfcgi2.dll) with a handler for the termination signal (SIGTERM) introduced in the latest FastCGI 1.5 release for Windows IIS. This library was developed in conjunction with the Microsoft IIS FastCGI development team, leading to the inclusion of the_FCGI_X_PIPE_ environment variable and the termination signal (defined by the SignalBeforeTerminateSeconds configuration setting) to provide the ability to gracefully shutdown a FastCGI application (releasing database handles and other resources for example) before getting killed by the Web Server.

Examples in basic and C++
www.coastrd.com