multithreaded

多线
常用释义
多线

扩展信息

多执行绪
多执行绪multithreaded)和多路处理器服务器上执行该软件的接口。使用Ethereal学习TCP/IP协议 VOIP Research and Ap…
多线程
数库在多线程multithreaded)的表现上有严重问题,无法被多线程程序使用。利用各种同步机制(synchronous mechanism…
多线程的
...(Single-threaded)只允许有一个线程多线程的(Multithreaded)允许有两个或多个线程用户层(或应用层)线程在用户(相对于 …
多线索
...QL)、数据的完整一致性与保密性保证,支持多任务、多线索(Multithreaded),联机事务处理控制(OLTP),查询优化,StoredP…
多工执行绪的
...统. (五)可携带性的(portable) (六)多工执行绪的multithreaded) (七)高效能的(high-performance) 25 (八)动态的(dyna…
多执行绪的
多执行绪的(Multithreaded):Java程序可发出多只并行的轻量化行程。动态的(Dynamic):Java程式执行时动态的连结类别库。
多线程性
浅谈JAVA的特点 - 塞外戎马的日志 -... ... Ø High Performance( 高精确性) Ø Multithreaded多线程性) Ø Dynamic( 多态 …
多执行线程
AMD表示,对开发人员来说,从单一执行线程(single-threaded)转到多执行线程(multithreaded)软件是个非常大的挑战,需要很高的 …

例句

When you re writing multithreaded programs, you must take great care that no one thread disturbs the work of any other thread.

编写多线程程序时,你必须注意每个线程是否干扰了其他线程的工作。

最后,您可以通过一个多线程应用程序运行并发的插入,其中每个线程做它自己的插入。

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.

其易于使用的设计及多线程检索引擎使用户能够快速下载任何文件类型的网站。

在多线程代码中,使用驱动其它线程所负责的动作的单个主线程是常见的。

Eliminates the need for synchronization in many situations, all multithreaded systems cannot be implemented solely in terms of tasks.

消除了同步操作的要求,但是不是所有的多线程系统都用任务来实现。

通常这种系统在实现多线程时,不同的线程将处理不同的客户机。

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 .

这种情况被称作争用状态,它是多线程编程中的常见问题。

但是,在多线程方案中对计数器值的某些更新可能被忽略,导致数据不准确。

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.

为充分利用这一特性,应用程序需要是多线程的。

因此,当JScript对象和方法在多线程应用程序中使用时,可能会具有不可预知的行为。

Agents are used in Clojure (see Resources) to coordinate multithreaded access to an identifiable piece of changing state.

Agents在Clojure(参阅参考资料)中用于协调对可识别变更状态的多线程访问。

提供创建同时执行多个复杂计算的简单多线程组件的过程。

通过用户界面来调试多线程应用程序可能比较困难。

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.

我还加强了测试用例使其成为多线程的,这样就会在收集的指标中创建各种有趣的行为。

库,这是一个并发实用工具的开放源代码库,它能够简化多线程应用程序的构建。

Occurs in a multithreaded program when some of the threads wait upon one thread that terminated.

在多线程程序中某些线程等待已终止的线程时发生。

即使减去此系统开销的近似值,它仍然对多线程应用程序有细微计时影响。

为了让您的多执行绪元件成为安全执行绪,您必须协调共用资源的存取。

下列主题将向您介绍多线程编程的一些注意事项和最佳做法。

The last four steps are designed to run in parallel with each other or as multithreaded command sequences.

最后四步设计为并行运行或者作为多线程的命令序列。

在本演练中,您将创建一个简单的多线程组件,该组件同时执行多个复杂的计算。

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.

其他工作项允许应用程序利用多个分发服务器以及多线程分发服务器。