PHP is out of date now, main reason is FPM is old. Fewer new people study and use PHP now. PHP-FPM CGI FastCGI… are not suitable for recently high performance and high concurrency web/app backend. Although PHP has swoole, workman ,CLI functions, but the old FPM FCGI model make php not like by new people. Its time to revolution, FPM model should beed abandoned completely, and turn to new run model like Java go python ….. PHP official can release a official backend server/framework that support CLI model, the php -S function is a good start. Make this simple web server high performance and high concurrency better than go/rust |