PHP 原理

我的bug寫的太好了發表於2018-12-07

CGI, FastCGI 和 PHP-FPM理解 ( 參考地址 : http://www.php.cn/php-weizijiaocheng-392861.html )

  • CGI: Web Server 和 Web Application 之間資料交換協議
  • FastCGI: 同CGI, 但比CGI多做了一些優化。並且是通訊協議,支援分散式運算
  • PHP-CGI: 是PHP 對 Web Server 提供 CGI協議的介面程式
  • PHP-FPM: 是PHP 對 Web Server 提供FastCGI協議的介面程式, 並提供了任務管理
    進化圖
    file

相關文章