Home >Backend Development >PHP Tutorial >为什么php fastcgi的效率比较高

为什么php fastcgi的效率比较高

WBOY
WBOYOriginal
2016-06-06 20:41:361033browse

为什么php不写一个直接处理前端请求的server,而非要经过fastcgi协议中转。我知道新版的php已经自带了一个server,但是那个只能作为演示,还不能用作生产环境

回复内容:

为什么php不写一个直接处理前端请求的server,而非要经过fastcgi协议中转。我知道新版的php已经自带了一个server,但是那个只能作为演示,还不能用作生产环境

因为会写web服务器的不会写脚本解释器啊,反过来也一样。所以最好的是每个人做好自己的本职工作,通过一个公认的协议(fastcgi)交换信息

核心就是一个词:资源复用。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn