This is a race condition that is undesirable.
这是一种不利的竞态条件。
Earlier, I mentioned a race condition when the trigger fires.
我在前面提到触发器触发时会出现一个比赛情况。
When the trigger fires at the 900th message, a race condition ensues.
当触发器在第 900条消息处触发时,将导致一个比赛情况(race condition)。
This article has discussed what a race condition is, and why it can cause security problems.
本文讨论了什么是竞争条件,以及它为什么会导致安全问题。
The problem is that many programs are vulnerable to a security problem called a race condition.
问题是很多程序都容易受到名为“竞争条件”的安全问题的影响。
Because the agent serializes access to the data, there is no risk of a race condition or data corruption.
由于agent序列化了数据访问,因此不会有竞争条件或数据损坏风险。
The result is a race condition: it's a race between the two threads, and the outcome will be different based on who runs first.
它的结果是个竞争条件:这是两个线程之间的竞争,结果也会因谁先运行而不同。
If method register is invoked simultaneously by multiple threads, it could result in a race condition leading to an incorrect _set value.
如果方法register同时由多个线程调用,那么它会产生一个竞争状态,导致出现错误的_ set值。
We learned from our previous tests that we'll get a race condition, so let's see the race condition in action in a multi-process environment.
我们从上一个测试得知,将会遇到竟态条件,因此在多进程环境中让我们看看竟态条件的运行状况。
Remember that this is being executed in the Web container thread. If anything else happens on the SIP container thread, we may encounter a race condition.
如果SIP容器线程上发生其他事情,可能会遇到竞争条件。
When the outcome of some computation depends on how two or more processes are scheduled, the code is incorrect. We say that there is a race condition.
当计算结果依赖于两个或更多进程被调度的顺序,我们说这段代码是错的,这种情况被称为竞态条件,也叫竞态或竞争。
A race condition exists when a thread modifies a resource to an invalid state, and then another thread attempts to access that resource and use it in the invalid state.
当一执行绪将资源修改为无效状态,而接著另一执行绪尝试存取这个资源并在无效状态中使用它时,就出现竞争情形。
The typical solution to a race condition is to ensure that your program has exclusive rights to something while it's manipulating it, such as a file, device, object, or variable.
竞争条件的典型解决方案是,确保程序在使用某个资源(比如文件、设备、对象或者变量)时,拥有自己的专有权。
Even after isolating a problem down to a few crucial lines of code, it can be difficult to untangle the interleaved events required to make a race condition or deadlock occur.
甚至在确定了会产生问题的几行关键代码后,依旧难以解耦那些会导致竞态条件或者死锁的交叉存取事件。
Doing so will prevent the file from being replaced while your program is running (a possible race condition).
这样做将避免文件在您的程序运行时被替换(一种可能的竞争条件)。
Earlier, this article referred to a subtle potential race condition in the original program.
这篇文章的前面曾经提到过原始程序中的一个微妙的潜在的竞态条件。
Don't try to reduce permissions after you create the file because of a related race condition.
不要尝试在创建完文件后再去减少权限,因为这样做会导致竞争条件。
One of the worst possible situations for a race driver remains 'aquaplaning' - the condition when a film of water builds up between the tyre and the road, meaning that the car is effectively floating.
对于赛车手来说最恶劣的情况之一就是“漂滑现象”,这种现象指的是当轮胎与路面之间形成了一层水膜时,汽车实际上就相当于漂在水面上了。
A block of code that must be executed in sequence and without interruption to guarantee correct operation of the software. See also race condition.
一段必须按次序执行的代码,并且不能被中断,否则不能保证软件正确地操作。参照:竞争状况。
How do prevent race condition when deleting a GWAN KV stored struct?
如何防止竞争条件时,删除一个桂冠千伏存储结构?
What you have here is called a "race condition," a condition where something can go wrong only during a small window, meaning that you have to be pretty fast, or pretty unlucky, to see the problem.
我们这里遇到的情况叫做竞态条件(race condition),是一种出错概率非常小的条件,意味着您只有非常快速或者非常运气不好才会遇到这种情况。
Many programs intended to be secure have had a vulnerability called a time of check - time of use (TOCTOU) race condition.
有很多确定为安全的程序都存在称为“timeofcheck- time ofuse”(TOCTOU)的竞争条件缺陷。
Copy a delegate to a local variable before publishing to avoid concurrency race condition.
应用前将委托复制到局部变量,以避免并发冲突。
Copy a delegate to a local variable before publishing to avoid concurrency race condition.
使用前将委托复制到局部变量,以避免并发冲突。
Includes several interesting security countermeasures, including additional access limits that prevent a limited set of filesystem race condition attacks.
引入了一些有趣的安全对策,包括预防有限的一组文件系统竞争条件攻击的附加访问限制。
This controller has a classic read-update-write race condition.
这个控制器包涵一个典型的读-更新-写的竟态条件。
Without closing the connection, you will find infrequently that, a promise never resolve due to race condition among connections.
没有关闭连接,你会发现很少,承诺不会解决由于竞争条件之间的关系。
" Eventually doctors concluded he had a "postviral syndrome, " a latent condition that was exacerbated by the race.
最后医生总结他得了病毒后期综合征,是比赛加重它的症状。
" Eventually doctors concluded he had a "postviral syndrome, " a latent condition that was exacerbated by the race.
最后医生总结他得了病毒后期综合征,是比赛加重它的症状。
应用推荐