Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Aug 20, 2015
1 parent 5fcd292 commit 6da4606
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## php-cgi-spawner

It is the smallest (less than 4kb) and easiest way to spawn a multiple php-cgi proccesses in Windows for your web server with fastcgi.
php-cgi-spawner is the smallest and easiest way to spawn a multiple php-cgi processes in Windows for your web server with fastcgi.

- It spawns as many php-cgi on a port as you need.
- It automatically restarts them if they crashed.
Expand All @@ -9,6 +9,13 @@ It is the smallest (less than 4kb) and easiest way to spawn a multiple php-cgi p

Run [make.bat](src/make.bat) in a Visual Studio environment.

## Notice

Currently a maximum number of php-cgi processes is 64 because of MAXIMUM_WAIT_OBJECTS in WaitForMultipleObjects.

## Example

The [example](example) directory contains [php-cgi-spawner.exe](example/php-cgi-spawner.exe) (precompiled in "Visual Studio 2008 Command Prompt" x86 application to successfully run on Windows XP or higher) and scripts to [run](example/_php-cgi-nginx-restart.bat) and [stop](example/_php-cgi-nginx-stop.bat) your web server.

- VirusTotal: [analysis](https://www.virustotal.com/file/3605ada4fe718484086689a0ef957aa8245d41eecb1999c2f1274610496a98c9/analysis/)
- Graph view: [image](https://raw.githubusercontent.com/deemru/php-cgi-spawner/master/example/php-cgi-spawner.png)

0 comments on commit 6da4606

Please sign in to comment.