It is the smallest (less than 4kb) and easiest way to spawn a multiple php-cgi proccesses in Windows for your nginx server with fastcgi.
- It spawns as many php-cgi on a port as you need.
- It automatically restarts them if they crashed.
Run make.bat in a Visual Studio environment.
The example directory contains php-cgi-spawner.exe (x86 application compiled in "Visual Studio 2008 Command Prompt" to successfully run on Windows XP) and scripts to run and stop your web server.