multithreaded

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.

AgentsClojure參閱參考資料用于協調識別變更狀態多線程訪問

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

熱門查詢