You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
5
5
- It spawns as many php-cgi on a port as you need.
6
6
- 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
9
9
10
10
Run [make.bat](src/make.bat) in a Visual Studio environment.
11
11
12
+
## Notice
13
+
14
+
Currently a maximum number of php-cgi processes is 64 because of MAXIMUM_WAIT_OBJECTS in WaitForMultipleObjects.
15
+
12
16
## Example
13
17
14
18
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.
0 commit comments