Maison >développement back-end >tutoriel php >为什么php fastcgi的效率比较高

为什么php fastcgi的效率比较高

WBOY
WBOYoriginal
2016-06-06 20:41:361026parcourir

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

回复内容:

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

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

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

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn