Heim >Backend-Entwicklung >PHP-Tutorial > 问个理论类的有关问题,现在有些混乱了(看了很多文章)

问个理论类的有关问题,现在有些混乱了(看了很多文章)

WBOY
WBOYOriginal
2016-06-13 12:47:00782Durchsuche

问个理论类的问题,现在有些混乱了(看了很多文章)
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 />
    


现在问题来了:

     我要是的服务器肯定是 Apache2.4.4 win64  (目前最新的)

     如果配置以fastCGI方式执行PHP,我该选择 非线程安全(NTS)还是 线程安全(TS)?

     apache2.4.4 win64 配置fastCGI 怎么弄?有没有什么检查办法,查看apache究竟是什么方式(模块化还是fastCGI)执行了php

     比较小白,求理论清晰的给予帮助

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn