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體系架構對多線程的應用程序非常有益。