multithreaded
美
英 
例句
When you re writing multithreaded programs, you must take great care that no one thread disturbs the work of any other thread.
编写多线程程序时,你必须注意每个线程是否干扰了其他线程的工作。
Finally, you could run concurrent inserts through a multithreaded application, with each thread doing its own inserts.
最后,您可以通过一个多线程应用程序运行并发的插入,其中每个线程做它自己的插入。
Early in my tenure at dW, Brian called to see if I might be interested in some articles on multithreaded application development.
我在dW工作的早期,Brian打电话问我是否对多线程应用程序开发方面的文章感兴趣。
Its easy to use design and multithreaded crawling engine allows the user to quickly download any file type from a website.
其易于使用的设计及多线程检索引擎使用户能够快速下载任何文件类型的网站。
In multithreaded code, it is often common to use a single, master thread that drives the actions the other threads take.
在多线程代码中,使用驱动其它线程所负责的动作的单个主线程是常见的。
Eliminates the need for synchronization in many situations, all multithreaded systems cannot be implemented solely in terms of tasks.
消除了同步操作的要求,但是不是所有的多线程系统都用任务来实现。
In a typical multithreaded implementation of such a system, different threads will handle different clients.
通常这种系统在实现多线程时,不同的线程将处理不同的客户机。
A multithreaded application works just as well on a single-CPU system but without the added speed.
多线程应用程序也可以在单CPU系统上工作,但是无法实现提速。
CXXFLAGS: extra compiler options - note that this applies to both the single and multithreaded builds.
额外的编译器选项-注意这会以单线程和多线程中。
This type of infinite loops can sometimes occur due to multithreaded access into a shared unsynchronized data structure.
这种类型的无限循环有时是由于多线程访问共享的不同步的数据结构造成的。
This situation is called a race condition and is a common concern in multithreaded programming .
这种情况被称作争用状态,它是多线程编程中的常见问题。
However , in multithreaded scenarios, some updates to the counter value might be ignored, resulting in inaccurate data .
但是,在多线程方案中对计数器值的某些更新可能被忽略,导致数据不准确。
But multithreaded programming is notoriously hard to do correctly, so this limitation is not without a silver lining.
但是众所周知,多线程编程是很容易出错的,所以这个限制并不是一点益处都没有。
To take full advantage of it, applications need to be multithreaded.
为充分利用这一特性,应用程序需要是多线程的。
Consequently, JScript objects and methods may have unpredictable behavior when used in multithreaded applications.
因此,当JScript对象和方法在多线程应用程序中使用时,可能会具有不可预知的行为。
Agents are used in Clojure (see Resources) to coordinate multithreaded access to an identifiable piece of changing state.
Agents在Clojure(参阅参考资料)中用于协调对可识别变更状态的多线程访问。
Provides procedures to create a simple multithreaded component that performs several complex calculations simultaneously.
提供创建同时执行多个复杂计算的简单多线程组件的过程。
Debugging a multithreaded application with a user interface can be difficult.
通过用户界面来调试多线程应用程序可能比较困难。
When creating a multithreaded application, you should be very careful in using multiple threads to manipulate the same object.
创建多线程应用程序时,使用多线程处理同一对象一定要非常小心。
I've also enhanced the test case to make it multithreaded, which creates different and interesting behavior in the collected metrics.
我还加强了测试用例使其成为多线程的,这样就会在收集的指标中创建各种有趣的行为。
Library, an open-source library of concurrency utilities that simplifies the building of multithreaded applications.
库,这是一个并发实用工具的开放源代码库,它能够简化多线程应用程序的构建。
Occurs in a multithreaded program when some of the threads wait upon one thread that terminated.
在多线程程序中某些线程等待已终止的线程时发生。
Even though an approximation of this overhead is subtracted, it still has subtle timing effects on multithreaded applications.
即使减去此系统开销的近似值,它仍然对多线程应用程序有细微计时影响。
In order for your multithreaded components to be thread-safe, you must coordinate access to shared resources.
为了让您的多执行绪元件成为安全执行绪,您必须协调共用资源的存取。
The following topics introduce you to some of the considerations and best practices for multithreaded programming.
下列主题将向您介绍多线程编程的一些注意事项和最佳做法。
The last four steps are designed to run in parallel with each other or as multithreaded command sequences.
最后四步设计为并行运行或者作为多线程的命令序列。
In this walkthrough, you will create a simple multithreaded component that performs multiple complex calculations simultaneously.
在本演练中,您将创建一个简单的多线程组件,该组件同时执行多个复杂的计算。
Improperly implemented multithreaded code can degrade application performance, or even cause frozen applications.
未能正确实现的多线程代码可能降低应用程序性能,或甚至导致应用程序冻结。
Nowadays, most multithreaded applications are written using standard sets of library functions called thread (POSIX thread) libraries .
如今,大多数多线程程序都是采用标准的线程库编写。
The additional work items allow your application to take advantage of multiple and multithreaded distributors.
其他工作项允许应用程序利用多个分发服务器以及多线程分发服务器。
A typical multithreaded application has a class that represents a resource to be shared among threads.
典型的多线程应用程序具有代表各个线程间要共享的资源的类。
This is called a race condition and is a common issue in multithreaded programming.
这叫做“争用条件”,是多线程编程中常见的一个问题。
Make sure the environment you compile the program in is not CICS. You cannot run multithreaded applications in the CICS environment.
确保您将要在其中编译程序的环境不是CICS环境,因为无法在CICS环境中运行多线程应用程序。
Synchronizing resource access between threads is a common problem when writing multithreaded applications.
写入多线程应用程序时,线程间的同步资源访问是一个常见问题。
Must be fast to execute may be multithreaded and distributed execution.
必须快速执行,可多线程和分布式执行。
With this, you can group together memory areas before reading or writing them, improving performance of multithreaded environments.
有了这些,你可以在读或写之前将需要的内存区域组合起来,在多线程环境下可以提供系统系能。
When operating in a multithreaded environment, the application must lock the package before access.
在多线程环境中操作时,应用程序必须在访问前锁定包。
Debugging a multithreaded application that has a user interface can be especially difficult.
侦错具有使用者介面的多执行绪应用程式可能会特别地困难。
This article, the first in a two-part series, discusses the design of concurrent data structures in a multithreaded environment.
本文是两篇系列文章的第一篇,讨论如何在多线程环境中设计并发数据结构。
The SMP architecture can be beneficial for multithreaded applications.
SMP体系架构对多线程的应用程序非常有益。