Skip to content

Commit 6da4606

Browse files
committed
Update README.md
1 parent 5fcd292 commit 6da4606

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## php-cgi-spawner
22

3-
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.
3+
php-cgi-spawner is the smallest and easiest way to spawn a multiple php-cgi processes in Windows for your web server with fastcgi.
44

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

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

12+
## Notice
13+
14+
Currently a maximum number of php-cgi processes is 64 because of MAXIMUM_WAIT_OBJECTS in WaitForMultipleObjects.
15+
1216
## Example
1317

1418
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.
19+
20+
- VirusTotal: [analysis](https://www.virustotal.com/file/3605ada4fe718484086689a0ef957aa8245d41eecb1999c2f1274610496a98c9/analysis/)
21+
- Graph view: [image](https://raw.githubusercontent.com/deemru/php-cgi-spawner/master/example/php-cgi-spawner.png)

0 commit comments

Comments
 (0)