Rumah >pembangunan bahagian belakang >tutorial php > 问个理论类的有关问题,现在有些混乱了(看了很多文章)
问个理论类的问题,现在有些混乱了(看了很多文章)
1.PHP版本,现在有2个
1)VC9 x86 Non Thread Safe (2013-May-08 22:51:31)
2)VC9 x86 Thread Safe (2013-May-08 22:51:34)
一个非线程安全,一个线程安全;
2.PHP在服务器apache的执行方式fastCGI/模块化,(我一直用的apache)目前最新本版的Apache2.4.4 win64
看了不少文章后,得出结论:以fastCGI方式执行最优 (不知道正确与否)
据说:fastCGI是单线程执行,所以应该使用 NTS 非线程安全版本的PHP
同时官方原话:
<br /> IIS<br /> If you are using PHP with IIS you should use the Non-Thread Safe (NTS) versions of PHP.<br />