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体系架构多线程应用程序非常有益