php-pm
php-pm copied to clipboard
PPM is a process manager, supercharger and load balancer for modern PHP applications.
Is Octane better than php-pm or not? https://github.com/laravel/octane Does anyone have experience?
I replaced my php-fpm with that project for Laravel and use a NGINX proxy in front of it. With PHP FPM i had a scheme detection which was set the...
I came across this library and thought I'd give it a try. The speed improvements are amazing but I'm getting "Script did not return a valid HTTP response. Maybe it...
Some requests failed on following exception ``` RuntimeException: Unable to connect to unix domain socket "unix:///var/www/html/.ppm/run/5501.sock": Connection refused (ECONNREFUSED) #111 in /var/www/html/vendor/react/socket/src/UnixConnector.php:40 @ CLI (PID: 3377): vendor/bin/ppm start --config=ppm.json ```...
I don't know why the Symfony error handler is always enabled. Maybe there is a deeper meaning behind it that I don't see. But if not, I propose to only...
Right now, when freshly installing php-pm, you can't even run the `bin/ppm start` command because the defaults (HttpKernel bridge) will make it crash if not present. By using a StaticBridge...
Add the possibility to provide the TCP context in the start process of ProcessManager, and gives the opportunity to build Secure Socket. Related #462 Usage : This PR add ```--tcp-context```...
Relating to #523 (and others) - following those changes, I'm now seeing larger requests being buffered. On its own that's fine, but when larger requests are buffered, I'm now observing...
As reading Issues section in Readme "Does not work with ExtEventLoop. (So don't install php70-event, but you can try LibEventLoop php56-libevent)" But seems like when I tried with PHP 7.4...
Currently the timeout between master and worker is hardcoded to 10s, for this kind of "internal connection" is too high, we dont want to wait 10s to know if a...