我在服务器上架了个网站
用两种配置进行运行,
1、PHP5.2+ISAPI+Zend Optimizer
2、PHP5.3+FASTCGI+Zend Guard Loader (Runtime for PHP 5.3)
传说中IIS7下FASTCGI的速度不是应该比ISAPI来的快么。
经过测试
1、点啥刷啥
2、有明显的停滞感
所以想问问大家,以求验证。
传说中是FASTCGI比CGI快,比ISAPI慢,详见Microsoft Continues to Improve Enterprise PHP Support:
Performance tests have shown that, while FastCGI provides better performance than CGI for PHP on IIS, ISAPI exceeds FastCGI on performance.
使用ISAPI有个限制,必须要保证所用到的PHP extensions是线程安全的。
那我就纳闷了……php5.3以后咋就不支持isapi了捏……