linux fast-cgi 与 php-fpm的区别
CGI是为了保证web server传递过来的数据是标准格式的,方便CGI程序的编写者
fastcgi 也是协议,是对原来的cgi格式的补充及完整, 主要是用来提高cgi的性能, php-fpm 与 spawn-fcgi 都是fastcgi的实现者
参考链接:https://godruoyi.com/posts/the-relationship-between-fastcgi-and-php-fpm
CGI是为了保证web server传递过来的数据是标准格式的,方便CGI程序的编写者
fastcgi 也是协议,是对原来的cgi格式的补充及完整, 主要是用来提高cgi的性能, php-fpm 与 spawn-fcgi 都是fastcgi的实现者
参考链接:https://godruoyi.com/posts/the-relationship-between-fastcgi-and-php-fpm