首页
论坛
未名存档
话题女王
小圈子
马甲追踪
版面排名
流量曲线
水枪排名
发帖量曲线
发帖版面饼图
发帖时间柱图
关于本站
帮助
boards
本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字
访问原贴
Programming版
- class的Init()和Reset()需要考虑thread-safe吗?
相关主题
●
golang 一个thread safe singleton问题
●
一个java class downcast 的问题
●
python,在class method里调用别的class,怎么区分两者的self?
●
thread safe or not???
●
[合集] thread safe or not???
●
一般thread-safe access
●
这个函数有问题吗?
●
thread-safe singleton implementation
●
真正的multi-threading是5个thread要5个cpu?那apache是真正的m
●
multi threading 还是 multi processing
相关话题的讨论汇总
话题: init
话题: reset
话题: thread
进入Programming版参与讨论
1
(共1页)
C***y
发帖数: 2546
1
感觉所有method都要求thread-safe有点太过于over engineering了
h**********c
发帖数: 4120
2
yes,
e.g. there is public static variable like counter the number of class
instantiations.
1
(共1页)
进入Programming版参与讨论
相关主题
●
multi threading 还是 multi processing
●
thread, semaphore, 问题。
●
python下的expect
●
多线程编程前景如何?
●
c++下如何实现多线程?
●
[合集] 怎么样提高自己的multi-thread programming能力?
●
有谁用TBB吗
●
why do we need to map user threads to kernel threads?
●
Problem of Thread by Prof. Lee大伙怎么看?
●
一个multithread的问题(是不是有人觉的很简单?)
相关话题的讨论汇总
话题: init
话题: reset
话题: thread