It is not thread safe. because when we use put/get, or put/put the...
转载 2020-10-28 01:53:00
149阅读
2评论
一、如何选择PHP5.3的VC9版本和VC6版本     VC6版本是使用Visual Studio 6编译器编译的,如果你的PHP是用Apache来架设的,那你就选择VC6版本。     VC9版本是使用Visual Studio 2008编译器编译的,如果你的PHP是用IIS来架设的,那你就选择VC9版本
转载 精选 2012-11-12 19:48:28
730阅读
c#
转载 2020-05-11 11:28:00
133阅读
2评论
一、如何选择PHP5.3的VC9版本和VC6版本       VC6版本是使用Visual Studio 6编译器编译的,如果你的PHP是用Apache来架设的,那你就选择VC6版本。       VC9版本是使用Visual Studio 2008编译器编译的,如果你的PHP是用IIS来架设的,那你就选择
转载 精选 2011-03-24 13:29:45
3434阅读
#include <string.h>#include <time.h>#include <iostream>#include <string>#include <vector>#include <thread>#includ
原创 2022-12-01 16:46:26
72阅读
下载最新的PHP安装包会有ThreadSafe和NonThreadSafe两种版本可以选择,关于IIS环境下到底安装哪个版本网上众说纷纭。关于这个问题其实PHP官方网站给了很明确的答案,应该选择NonThreadSafe(NTS)版本。附PHP官方原文:
原创 2013-09-25 19:43:11
3708阅读
While playing around with WPF, I tried to do some multithreading where I have a worker thread updating my ObservableCollection, while having a ListCollectionView of that ObservableCollection being sho
转载 2011-12-19 11:25:00
36阅读
2评论
在web中采用多线程,多线程读写某个Collection,就会涉及thread-safe的问题,如
原创 2023-04-08 16:22:21
79阅读
PHP 进阶之路 - 揭开 PHP 线程安全的神秘面纱 - 周梦康 - SegmentFault 思否 htt
转载 2018-12-18 20:33:00
29阅读
2评论
http://php.net/manual/en/internals2.memory.tsrm.php When PHP is built with Thread Safety enabled, the engine requires a way to isolate contexts from o
转载 2017-01-05 19:26:00
82阅读
2评论
php版本越来越多,难免有版本选择的疑惑。VC9的版本是用legacy VS 2008编译的,VC6的版本是用legacy VS6编译的。 如果你是在windows下使用IIS+PHP的话,你需要下载VC9的版本。 如果你是在windows下使用Apache+PHP的话,你需要下载VC6的版本。 nts(Non Thread Safe)是指非线程安全,ts(Threa
原创 2015-04-16 16:50:24
1203阅读
1点赞
定义和用法 mysqli_thread_safe() 函数返回是否将客户端库编译成 thread-safe。 语法 mysqli_thread_safe();  技术细节 返回值: 如果客户端库是 thread-safe 则返回 TRUE,否则返回 FALSE。
转载 2020-06-12 14:00:00
88阅读
2评论
The lock and SyncLock Keywords1 ). Thread to start method with parameter, the method must be with object type parameter.2).  The lock (C#) and SyncLock (Visual Basic) statements can be used to ensure
转载 2011-11-30 17:31:00
70阅读
2评论
The queue module provides a first-in, first-out(FIFO) data structure suittable for multi threaded programming.It can be used to pass messages for other data bet
原创 2024-04-16 10:29:18
33阅读
想更新个 PHP 的版本, PHP 的 windows 版本已经分离出来了,见 http://windows.php.net/download/ ,但是上面有很多不同的版本,包括 VC9, VC6,  x86 Non Thread Safe, x86 Thread Safe, 好像没有 x64 版本的,(现在特别喜欢用 64 位的软件),版本有点多,主要的区别和如何选择不同的版本如下:
转载 精选 2011-10-15 11:04:31
835阅读
从PHP5.2.10版本开始(现在有PHP5.2.10和5.3两个版本),有None-Thread SafeThread Safe两种版本的可供选择,这两种版本有何不同,作为使用者来说又应该如何选择呢?下面聚友将为您讲述。   先从字面意思上理解,None-Thread Safe就是非线程安全,在执行时不进行线程(thread)安全检查;Thread Safe就是线程安全,执行时会
转载 精选 2010-03-14 11:56:31
436阅读
 发现很多PHP程序员对PHP版本知识了解不是很清楚,自己也看了不少类似的文章,还是感觉不够明确和全面,网上的结论又都是模棱两可,在此,给出最完整甚至武断的解释。     本文讲解:VC6与VC9,Thread Safety与None-Thread Safe,Apache module与fastcgi的区别与选择。 PHP的大版本主要分三支:PHP4/PHP
转载 精选 2012-07-24 13:47:27
741阅读
     我最近在 PHP 官网上看到又有新版的 PHP 下载了,于是上去找找 For Windows 的版本,可是
原创 2022-11-25 22:09:11
125阅读
     我最近在 PHP 官网上看到又有新版的 PHP 下载了,于是上去找找 For Windows 的版本,可是一看确傻眼了,一共给了四个版本,VC9 x86 Non Thread Safe、VC9 x86 Thread Safe、VC6 x86 Non Thread Safe、VC6 x86 Thread Safe,这让我这个菜鸟头疼啊,还好 PHP ...
转载 2010-03-16 09:21:00
61阅读
2评论
转载 2010-07-03 18:07:00
61阅读
2评论
  • 1
  • 2
  • 3
  • 4
  • 5