markdown [PHP:非线程安全vs线程安全] #php #nts #ts

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown [PHP:非线程安全vs线程安全] #php #nts #ts相关的知识,希望对你有一定的参考价值。

https://stackoverflow.com/questions/1623914/what-is-thread-safe-or-non-thread-safe-in-php

> A **thread-safe** version should be used if you install PHP as an Apache module, as a worker MPM (multi-processing model).
> The **non-thread safe** version should be used if you install PHP as a CGI binary.
> For me, I always choose **non-thread safe** version because I always use nginx, or run PHP from the command line.

以上是关于markdown [PHP:非线程安全vs线程安全] #php #nts #ts的主要内容,如果未能解决你的问题,请参考以下文章

查找安装的 PHP 是线程安全的还是非线程安全的?

使用线程安全或非线程安全的php?

适用于 Windows 的 PHP 线程安全和非线程安全

(转)PHP线程安全与非线程安全的区别:如何选择用哪一个?

Java线程安全和非线程安全

Go Map 为啥是非线程安全的?