• Working example of porting a multithreaded application.

    移植多线程应用程序工作示例

    youdao

  • We will learn what an event object is and how to use it in a multithreaded program.

    我们学习什么是一个事件对象如何多线程程序使用

    youdao

  • Thread ID: Enterprise applications are often executed in a multithreaded environment.

    线程ID企业级应用程序通常都是多线程环境中运行的。

    youdao

  • Use Load and a staging table or a multithreaded application to achieve Insert parallelism.

    使用Loadstaging多线程应用程序实现Insert并行性

    youdao

  • Default is 5 as per most user's need, as now a day its normal to have a multithreaded app.

    默认5根据大多数用户需要现在一天正常多线程应用程序

    youdao

  • Debugging a multithreaded application that has a user interface can be especially difficult.

    侦错具有使用者面的多执行应用程序可能特别地困难。

    youdao

  • To enforce this guarantee in a multithreaded environment requires a lock to synchronize threads.

    多线程环境中强制保证需要同步线程。

    youdao

  • Pthread -qthreaded or _r invocation mode Creates programs running in a multithreaded environment.

    pthread- qthreaded_ r调用模式创建多线程环境中运行程序

    youdao

  • There are some restrictions on what you can do in a multithreaded program written with the MFC library.

    MFC编写多线程程序一些操作限制

    youdao

  • For example, suppose you wanted to create a facility for managing debugging information in a multithreaded application.

    例如假设创建一个用于管理多线程应用程序调试信息工具

    youdao

  • This could cause major problems in a multithreaded scenario, however, as two TransactionScopes could clobber each other.

    然而多线程情况下可能引发重大问题因为两个TransactionScope可能会相互攻击。

    youdao

  • Let's say you're developing a multithreaded code tracer whose goal is to uniquely identify each thread's path through your code.

    比方开发一个多线程代码跟踪器目标通过的代码惟一标识每个线程路径

    youdao

  • When creating a multithreaded application, you should be very careful in using multiple threads to manipulate the same object.

    创建多线程应用程序使用多线程处理同一对象一定非常小心

    youdao

  • This article, the first in a two-part series, discusses the design of concurrent data structures in a multithreaded environment.

    本文系列文章的第一篇,讨论如何多线程环境设计并发数据结构

    youdao

  • The Tivoli ARM engine is a multithreaded application implemented as the tapmagent file (tapmagent.exe on Microsoft Windows platforms).

    TivoliARM引擎一个多线程应用程序,它使用tapmagent文件形式(windows 平台下的 tapmagent.exe)。

    youdao

  • In the following sections, you'll see how to store and retrieve the auto-saved form data and how to work with it in a multithreaded environment.

    接下来章节中看到如何存储检索自动保存的表单数据以及如何在多线程的环境中使用表单数据。

    youdao

  • In a multithreaded environment, a COBOL run unit is the portion of the process that includes threads that have been actively executing COBOL programs.

    一个多线程环境中COBOL运行单元进程一部分包括实际已经执行COBOL程序线程

    youdao

  • Artifact analysers process the entire contents of a given artifact looking for common errors such as deadlocked threads in a multithreaded application.

    工件分析器处理指定工件完整内容,查找各种常见错误例如多线程应用程序中的死锁线程

    youdao

  • Next time you find yourself considering (and perhaps shying away from) a multithreaded application design, you may want to turn instead to the JCSP library.

    下次会发现,在您自己考虑(也可能要在躲避)多线程应用程序设计时,您可能转而采用jcsp库。

    youdao

  • Instead of having a multithreaded job-processing application that runs forever and, thus, can never leak memory, you have a simple batch script that cron starts.

    需要编写一直运行多线程的作业处理应用程序(因此不会内存泄漏),而是cron启动一个简单批处理脚本

    youdao

  • In a multithreaded scenario using IOCPs, the control flow of a thread function is not straightforward, because there is no relationship between threads and communications.

    多线程的情况下使用IOCPs控制流动一个线程函数不是简单的因为没有任何关系线程通信。

    youdao

  • A class that is not thread-safe can often be used safely in a multithreaded program as long as you ensure that instances of that class used by one thread are not used by other threads.

    线程安全通常可以安全地多线程程序使用只要能确保一个线程所用实例其它线程使用。

    youdao

  • Secondly, the issue logic is not only the critical path in a superscalar microprocessor, but also critical to the performance of a multithreaded microprocessor with superscalar execution core.

    其次,指令发射逻辑超标处理器中的关键路径也是制约执行单元为超标量结构多线程处理器主频提高的关键因素。

    youdao

  • An example of a multithreaded application is a program that receives user input on one thread, performs a variety of complex calculations on a second thread, and updates a database on a third thread.

    作为多线程应用程序示例,某个程序线程接收用户输入,在一个线程上执行多种复杂计算在第三个线程上更新数据库

    youdao

  • While the thread pool is a powerful mechanism for structuring multithreaded applications, it is not without risk.

    虽然线程构建多线程应用程序的强大机制,但使用不是没有风险的。

    youdao

  • This type of infinite loops can sometimes occur due to multithreaded access into a Shared unsynchronized data structure.

    这种类型无限循环有时由于多线程访问共享的不同步数据结构造成的。

    youdao

  • But multithreaded programming is notoriously hard to do correctly, so this limitation is not without a silver lining.

    但是众所周知多线程编程容易出错的,所以这个限制不是一点益处都没有。

    youdao

  • A primary concern in multithreaded programming is to make sure the program runs correctlythread safein a system where multiple threads are executing.

    多线程编程中的一个主要考虑确保程序执行多线程系统正确地——线程安全地——运行

    youdao

  • Studying concurrency bug patterns is a good way to discover the pitfalls of multithreaded programming and will help you master the subtleties of its idioms.

    研究并发缺陷模式一个发现多线程编程问题方法,也有利于掌握这些方法的微妙之处。

    youdao

  • Currently the process has started to take up to 5 hours to complete, and my task is to make sure the application can run in a clustered, multithreaded environment.

    目前流程开始运行结束5个小时任务确保应用程序多线程群中运行。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定