网站首页  词典首页

请输入您要查询的英文单词:

 

单词 race conditions
释义

race conditions

  • 网络竞争条件;竞态条件;文件竞争条件问题
1.
竞争条件
竞争条件(Race conditions)是需要包括的。这个很多地方都讲了,我省一点字,呵呵。
www.51testing.com
2.
竞态条件
自动地,为了避免竞态条件(race conditions),需要执行以下子步骤:注:剩下的步骤全部异步执行 如果 缓存组(cache group) …
www.w3.org
3.
文件竞争条件问题
安全编程详解v1.00 ... ... 2.2 默认属性( umask) 2.4 文件竞争条件问题( Race Conditions) 2.5 丢弃权利( Dropping Privileges) ...
bbs.chinaunix.net
4.
竞争状况
偏向于Charybdis 容易表现为竞争状况race conditions)。两者之间有个高效又合理的小范围。。。
blog.csdn.net
5.
条件竞争
...Reset数据包来终止连接。作者开发了一种高效的网络检测程序,通过条件竞争(race conditions)和一系列的报文指纹来检测这 …
www.edu.cn

例句

释义:
1.
To combat the issue of race conditions, the concept of a critical section was created.
临界段概念是为解决竞态条件问题而产生的。
www.ibm.com
2.
You can even debug race conditions on SMP systems with Kprobes -- and save yourself the trouble of all that rebuilding and rebooting.
您甚至可以使用Kprobes调试SMP系统上的竞态条件——避免了您自己重新编译和重新引导的所有麻烦。
www.ibm.com
3.
Other thread-related bugs are possible as well, including race conditions and deadlocks.
还可能出现其他与线程相关的bug,包括争用情况和死锁。
msdn2.microsoft.com
4.
The kernel itself is dynamic, and race conditions can be created in a number of ways.
内核本身是动态的,而且有许多创建竞态条件的方法。
www.ibm.com
5.
This could result in race conditions if one thread is adding to the end of the list while another is iterating through it.
如果将某个线程添加到列表末尾时,其他线程正在遍历该列表,那么可能会产生竞态条件(racecondition)。
www.ibm.com
6.
This code could fail in race conditions on servers with a heavy load.
该代码在负载很重的服务器上会在竞态条件中失败。
www.ibm.com
7.
Clearly, it's important for your program to protect against race conditions.
当然,重要的是保护您的程序不受竞争条件的破坏。
www.ibm.com
8.
Later topics will include avoiding buffer overflows, minimizing privileges, and avoiding race conditions.
以后的主题将包括避免缓冲区溢出、使特权最小化以及避免竞态状态。
www.ibm.com
9.
Concurrency can occur on uniprocessor (UP) hosts where multiple threads share the same CPU and preemption creates race conditions.
在单处理器(uniprocessor,UP)主机上可能发生并发,在这种主机中多个线程共享同一个CPU并且抢占(preemption)创建竞态条件。
www.ibm.com
10.
When the deformity is not enabled operating point of the Area, the pump will be operating in the inferior race conditions.
当启用不是在于畸形作业点的片区时,水泵将作业在以次工况。
www.beng11.com
1.
If multiple threads attempt to access a shared resource at the same time, race conditions can result, causing corruption of data.
如果多个执行绪同时尝试存取共用资源,就可能造成竞争情形而使得资料损毁。
technet.microsoft.com
2.
Since threads can share memory, there are usually many more opportunities for race conditions between threads than between processes.
由于线程可以共享内存,所以,相对于进程,线程之间更有可能产生竞争条件;
www.ibm.com
3.
These views may reflect some lack of awareness that race conditions can cause serious data corruption. . .
这些看法反映了一些认知的欠缺:竞态条件会导致严重的数据破坏……
www.infoq.com
4.
avoid manual synchronization because that often leads to deadlocks and race conditions.
避免手工的同步机制,应为这样容易导致死锁和竞态条件。
www.jscode.cn
5.
Another area of concern is the potential for security holes exploited by race conditions.
另一个需要关注的方面是争用条件可能会利用安全漏洞。
msdn2.microsoft.com
6.
Race conditions should be avoided by good design practices.
在设计时应尽量避免产生竞争的情况。
tr.bab.la
7.
File locking is a very tricky issue and race conditions abound.
文件加锁是一个非常棘手的问题,很多时候都存在竞争条件。
www.ibm.com
8.
Fewer race conditions because the messages are all handled sequentially in the code with no need for callbacks interrupting the flow.
由于所有消息都在代码内顺序处理,回调没有必要打断应用程序流,因此竞争条件(racecondition)更少。
www.ibm.com
9.
Attempting a solution in user space causes difficult-to-solve race conditions.
尝试用户空间中的解决方案导致难于解决的竞态条件。
www.ibm.com
10.
This design, especially when combined with blocks like Broadcast, can lead to race conditions.
这种设计可能会导致竞态条件,尤其是与Broadcast这样的块联合使用时更是如此。
www.infoq.com
1.
Ensure that no other internal race conditions exist.
确保不存在其他内部的竞争冒险
blog.sina.com.cn
2.
Race conditions can also occur when you synchronize the activities of multiple threads.
争用条件也可能会在同步多个线程的活动时发生。
msdn2.microsoft.com
3.
Your only comfort with race conditions is that data corruption and denial of service are the norm.
唯一的安慰是数据损坏和服务拒绝都是标准的。
blog.chinaunix.net
4.
Specifically, problems such as race conditions and deadlocks that lie dormant could suddenly become major problems.
尤其是潜在的竞态条件和死锁会突然间成为最令人头疼的问题。
www.infoq.com
5.
Race conditions can also occur in signal handling.
在信号中也会发生竞争条件。
www-128.ibm.com
6.
It's not the first time that the car is fast in race conditions when we put in more fuel.
在载油重的情况下反而表现更好,这已经不是第一次这样了。
ferrari-china.com
7.
It is afflicted by race conditions; it only works for 16 bit PCMCIA cards; it does what is better left to ifupdown to do.
少数情况下让人头痛不已;只对16位的PCMCIA卡有效;抢了不少ifupdown来做更合适的活。
qref.sourceforge.net
8.
The thread attempting to write a message must obtain an exclusive lock on the log in order to avoid race conditions.
试图写入消息的线程必须获得日志上的专用锁,以避免争用状态。
msdn2.microsoft.com
9.
Describes how to avoid race conditions in your code.
描述如何避免代码中出现争用条件。
msdn2.microsoft.com
10.
To understand race conditions, let's first look at a trivial C statement
为了理解竞争条件,让我们首先来看一个非常普通的C声明
www.ibm.com
1.
Study of Race Conditions in Integrated Circuits Design
集成电路设计中竞争问题的研究
service.ilib.cn
2.
Preventing Race Conditions by Using Locks
使用锁来防止争用状态
msdn2.microsoft.com
3.
Race Conditions in the Dispose Method
Dispose方法中的争用条件
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/20 13:25:33