It is the smallest (less than 4kb) and the 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 (compiled in Visual Studio 2008 to successfully run on Windows XP) and scripts to run and stop your web server.