RACECONDITION
- n.竞争危害
- 网络竞速;冲突条件;争用
RACECONDITION
RACECONDITION
竞速
大支猪与小苹果: 五月 2009 ... Proposal( 提案说明书) RaceCondition( 竞速) reflection( 反映, 反射) ...
冲突条件
...付数量少的用户比较方便,人一多就不合适了,而且还有冲突条件(racecondition)的安全隐患,还要root权限,实在不怎么样…
争用
...beans,或者是workers,将会导致出现资源争用(racecondition)。
1
This could result in race conditions if one thread is adding to the end of the list while another is iterating through it.
如果将某个线程添加到列表末尾时,其他线程正在遍历该列表,那么可能会产生竞态条件(racecondition)。
2
Fewer race conditions because the messages are all handled sequentially in the code with no need for callbacks interrupting the flow.
由于所有消息都在代码内顺序处理,回调没有必要打断应用程序流,因此竞争条件(racecondition)更少。