单词 | thread safety | ||||||||||||||||
释义 | thread safety
更多释义 收起释义 例句释义: 线程安全,线程安全性,线程的安全性 1. It would be nice if thread safety were a binary attribute of a class, and you could just document whether the class is thread-safe or not. 如果线程安全性是类的一个二元属性就好了,您只需要记录类是线程安全还是线程不安全的。 www-128.ibm.com 2. At the heart of any reasonable definition of thread safety is the concept of correctness. 任何针对线程安全的合理定义中,正确性都应该是核心内容。 blog.163.com 3. The set-after-write technique may be useful for state replication, but it is not enough to provide thread safety. set-after-write技巧可能对状态复制非常有用,但还不能提供线程安全。 www.ibm.com 4. Static class methods may support a different level of thread safety than those associated with an instance of that class. 和实例的方法相比,静态类的方法或多或少拥有更高的线程安全性。 book.51cto.com 5. In common application models, only one thread at a time executes user code, which minimizes the need for thread safety. 在常见的应用程序模型中,某一时刻只有一个线程执行用户代码,这样可以使对线程安全的需求变为最小。 msdn2.microsoft.com 6. Joe Duffy lists some of these including verifiable thread safety and automatic parallelism. JoeDuffy列出了其中的一些,包括可验证的线程安全(verifiablethreadsafety)以及自动化的并行性(automaticparallelism)。 www.infoq.com 7. Object for the duration of the iteration. As the above example shows, thread safety is not all-or-nothing. 如上面的例子所示,线程安全性不是一个非真即假的命题。 www-128.ibm.com 8. To guarantee the thread safety of the Queue, all operations must be done through the wrapper returned by the Synchronized method. 若要保证Queue的线程安全,则必须通过由Synchronized方法返回的包装来执行所有操作。 msdn2.microsoft.com 9. Don't take all the warnings not to block in this function to mean that you can neglect its thread safety. 不要将所有告诉您不要在该函数中阻塞的警告理解为可以忽视它的线程安全性。 msdn2.microsoft.com 10. Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas. Sequel具有线程安全,连接池等特性,同时提供了简洁的DSL用来创建数据库查询以及表方案。 www.infoq.com 1. Implementations provide much higher concurrency while preserving thread safety, with some minor compromises in their promises to callers. 实现提供了更高的并发性,同时还保住了线程安全性,只不过在对其调用者的承诺上打了点折扣。 www-128.ibm.com 2. A managed server called by a COM client initialized in an MTA must ensure thread safety. 在MTA中初始化的COM客户端所调用的托管服务器必须确保线程安全。 msdn2.microsoft.com 3. Synchronization provides thread safety when accessing elements of the collection. 同步在访问集合的元素时提供线程安全。 msdn2.microsoft.com 4. Our API adds thread safety to all shared objects in a way that makes coding for server usage natural and performant. 我们的API为所有的共享对象加入了线程安全,使得为服务器运用编程更加自然高效。 www.infoq.com 5. Achieving thread-safety without locking is tricky and requires a deep understanding of the details of the Java Memory Model. 要在不使用锁的情况下取得线程安全性需要一定的技巧性,并且需要对Java内存模型(JavaMemoryModel)的细节有深入的理解。 www.ibm.com 6. Each of these five categories of thread safety are described in the following sections. 下面几节分别描述了线程安全性的这五种类别。 www-128.ibm.com 7. Do not rely on finalization to provide thread safety. 不要依赖终止来提供线程安全。 msdn2.microsoft.com 8. To guarantee thread safety during enumeration, you can lock the collection during the entire enumeration. 若要确保枚举过程中的线程安全,可以在整个枚举过程中锁定集合。 msdn2.microsoft.com 9. Synchronization provides thread safety when accessing members of the collection. 当访问集合成员时同步提供线程安全。 msdn2.microsoft.com 10. It is easy to "forget" this rule, especially when reading -- but doing so creates numerous risks for the thread-safety of your program. 很容易“忘记”这个规则,特别是在读取时——但是这么做可以造成很多有关程序线程安全的风险。 www.ibm.com 1. Second, thread safety must be taken into account when interacting with the event log. 其次,当与事件日志进行交互时,必须考虑到线程安全。 msdn2.microsoft.com 2. More conservative the memory models may have more thread-safety but they will also take longer to coordinate amongst all the cores. 越是保守的存储模型,越是线程安全的,但是它们在协调各个处理器核的时候也要花费更多的时间。 www.infoq.com 3. Defining thread safety clearly is surprisingly hard, and most definitions seem downright circular. 明确定义线程安全性出人意料地困难,大多数定义看上去完全是自我循环。 www-128.ibm.com 4. It is used for scalability, but does not guarantee read or write thread safety. 使用它是为了获得可缩放性,但并不保证读或写线程安全。 msdn2.microsoft.com 5. ASP. NET does not ensure the thread safety of calls to your provider. ASP.NET不保证对提供程序的调用的线程安全。 msdn2.microsoft.com 6. However, the thread-safety came at a price -- all methods of Hashtable were synchronized. 然而,线程安全性是凭代价换来的――Hashtable的所有方法都是同步的。 www.ibm.com 7. In general, strive to make your synchronized blocks as lean as possible, without harming thread safety. 一般而言,在保证线程安全的前提下要尽可能地简化同步语句。 www.ibm.com 8. No table-wide locking is needed (or even possible) to provide thread-safety when iterating the collection. 在对集合进行迭代时,不需要表范围的锁就能提供线程安全性。 www.ibm.com 9. This is where the concept of "thread safety" comes from. 这是“线程安全”要考虑的问题。 www.ibm.com 10. When writing listeners and components, be aware of the thread-safety issues involved. 在编写侦听器和组件时,请注意它包含的线程安全性问题。 www-128.ibm.com 1. Defining thread safety is surprisingly tricky. 线程安全的定义出奇的复杂。 blog.163.com 2. Thread safety in the current version of the framework is also questionable. 该框架的当前版本还存在线程安全问题。 www.ibm.com 3. Because the reference counting algorithm implicitly serializes operations, a certain amount of thread safety is also lost. 由于引用计数算法对操作进行隐式序列化,因此也会损失一定的线程安全性。 msdn2.microsoft.com 4. Thread safety also has performance implications at run time. 线程安全在运行时还具有性能牵连。 blog.sina.com.cn 5. If our definition of thread safety is fuzzy, it is because we lack a clear definition of correctness. 如果我们关于线程安全的定义是模糊的,那通常是因为我们缺少了对正确性的定义。 blog.163.com 6. Unfortunately, thread safety is not an all-or-nothing proposition, and it is surprisingly difficult to define. 不幸的是,线程安全并不是一个非真即假的命题,它的定义出人意料的困难。 www-128.ibm.com 7. Class for important information on critical handle security and thread safety. 有关关键句柄安全和线程安全的重要信息,请参见。 msdn2.microsoft.com 8. Free-threaded documents are generally slower than rental documents because of the extra thread safety work they do. 自由线程文档一般比租用线程文档要慢,因为它要为线程安全性增加开销。 www.zxbc.cn 9. Provides information on regular expression thread safety and when you should synchronize access to regular expression objects. 提供关于正则表达式线程安全以及应在何时同步对正则表达式对象的访问方面的信息。 msdn2.microsoft.com 10. We don't declare any variables that might cause thread-safety issues. 我们没有定义任何会引起线程安全问题的变量。 www.bing.com 1. Doug Cutting has posted on the topic of thread safety a couple of times. DougCutting曾几次发表线程安全性的主题。 www.bing.com 2. Specifies flags to select options for thread safety. 指定在选择线程安全的选项时使用的标志。 msdn2.microsoft.com 3. Has been audited for thread-safety under both the old and new memory models. 中的版本在老的和新的内存模型中都已通过线程安全审核。 www-128.ibm.com 4. May take significant time to execute in some cases is made significantly worse by the conditional thread safety problem discussed above. 执行起来可能会占用大量的时间,而在某些情况下,前面已经作了讨论的有条件的线程安全性问题会让这个问题变得还要糟糕得多。 www-128.ibm.com 5. Specifically, thread safety is about properly coordinating access to mutable data that is accessed by multiple threads. 具体来说,线程安全是指适当地协调对被多个线程访问的可变数据的访问。 www.ibm.com 6. Don't confuse reentrance with thread-safety. 不要混淆可重入与线程安全。 www.ibm.com 7. Build the Roxen module using Zend Thread Safety. 使用Zend线程安全(ZTS)编译Roxen模块。 cn2.php.net 8. On MVM side, we don't need to care about thread-safety, but VM communications. 从MVM的角度来看,我们不需要关注线程安全,但是需要考虑VM通讯。 www.infoq.com 9. See the CriticalHandle class for important information on critical handle security and thread safety. 有关关键句柄安全和线程安全的重要信息,请参见CriticalHandle类。 msdn2.microsoft.com 10. Thread safety is automatic. 线程安全是自动实现的。 www.ibm.com 1. Discusses what makes a component thread-safe and how to implement thread-safety in your components. 讨论如何使组件线程安全和如何在组件中实现线程安全性。 msdn.microsoft.com 2. The library is thread-safety and provide continuous stream searching. It can be used in different projects for further development. 该算法库具有多线程安全和通用的特点,可以为不同的项目提供二次开发扶持。 www.fabiao.net 3. While the JLS gives us tools with which we can make our programs thread-safe, thread-safety does not come free. 虽然JLS给了我们可以使我们的程序线程安全的工具,但线程安全也不是天上掉下来的馅饼。 www.ibm.com 4. These are designed to ensure the thread-safety of programs. 它们在设计上能够保证程序是线程安全的。 www.ibm.com 5. To guarantee thread safety during enumeration, you can follow one of the following strategies 若要确保枚举过程中的线程安全性,可以使用下面的策略之一 msdn2.microsoft.com 6. How ConcurrentHashMap offers higher concurrency without compromising thread safety ConcurrentHashMap如何在不损失线程安全的同时提供更高的并发性 www-128.ibm.com 7. Thread safety is not an all-or-nothing proposition 线程安全不是一个非真即假的命题 www-128.ibm.com 8. Made the parser more robust and improved the thread safety 使语法分析器更加运行强健并且改进了它的线程安全 blog.sina.com.cn |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。