Isapi_scgi features

isapi_scgi has the following features:

  • Supports Microsoft IIS versions 5.1 and 6.0. IIS 7 is untested.
  • Can optionally start the SCGI application server automatically (requires at least V0.6)
  • Ability to control parameters like number of threads, outstanding IOCP requests etc. for tuning to your particular environment.
  • Implemented as an ISAPI C extension and uses I/O completion ports for minimal memory and CPU usage
  • No other dependencies (not even the C runtime so you don't have to worry about existence of MSVCRT80, MSVRT90 etc. on the target system)
  • Open source with a liberal BSD license that allows free use even in commercial environments.