IDS is a multi-threaded database server.
IDS是一个多线程数据库服务器。
We added locking for multi-threaded programs.
我们为多线程程序添加锁。
Using a ring buffer in multi-threaded programs.
在多线程程序中使用循环缓冲区。
Handling exceptions in multi-threaded programs.
处理多线程程序中的异常。
Average Response Time for Multi-Threaded client.
多线程客户端的平均响应时间。
Multi-threaded download making downloads faster
多线程下载加快下载速度
Support for multi-threaded builds with the new MSBuild
通过新的MSBuild对多线程构建进行支持
Libthcli.a: Static version for a multi-threaded application.
a:针对多线程应用程序的静态版本。
Processes can contain multi-threaded, parallel execution paths.
流程可以包括多线程的并行执行路径。
Your driver is complex: it could be used by multi-threaded applications.
而且这个驱动程序非常复杂:它可能会被多线程的应用程序使用。
The transaction manager can either be a multi-threaded or a multi-process environment.
事务管理器要么是一个多线程环境,要么是一个多进程环境。
The analysis can also be applied to multi-threaded applications running on a single processor.
该分析工具也适用于在单处理器上运行多线程应用程序。
Concurrency: tracks execution data to help find waiting threads in multi-threaded applications.
并发性:跟踪执行的数据以便在多线程应用程序中找到等待线程。
We are providing an excellent platform for single process (possibly multi-threaded) execution in 1.0.
我们正在为单个进程(可能是多线程的)在1.0中的执行提供一个卓越的平台。
Signals might be an unpopular way of doing IPC in a large multi-threaded application for that reason.
出于这个原因,信号可能并不是在大型多线程应用程序中进行 IPC的流行方式。
For example, in order to become multi-threaded, Foo would need to implement Runnable, or extend thread.
比如,为了变成多线程的,Foo将需要实现Runnable,或者扩展Thread。
Multi-threaded CLI applications by default have connection-level workload balancing without any changes.
默认情况下,多线程的CLI应用可以不经修改而实现连接级的工作负载均衡。
In addition, this threading model hides the complexities of multi-threaded batch jobs from the developer.
此外,这种线程模型对开发人员隐藏了多线程批处理作业的复杂性。
The threads-max parameter can be particularly important if you are porting a large multi-threaded application.
如果您正在移植某个大型的多线程应用程序,那么threads - max参数可能会尤其重要。
Because much of this software is large, multi-threaded, and multi-process, porting it to Linux presents challenges.
由于这种软件大部分是大型的、多线程的而且是多进程的,所以将其移植到Linux面临着挑战。
Note that the migrator is a high-performance, multi-threaded process that you can schedule to start at specified time.
注意,移植器是高性能、多线程的进程,可将其规划为在指定时间启动。
The caller enabled this multi-threaded behavior by passing in an IDatabaseRunnable object instead of asking for a Database object.
调用者通过传递IDatabaseRunnable对象而不是请求 Databse 对象来启用这个多线程的行为。
This section discusses some important points to consider when using a ring buffer to enable logging in a multi-threaded application.
这个部分介绍了在多线程应用程序中使用循环缓冲区启用日志记录时需要考虑的一些重要方面。
The product is a lot more multi-threaded than previous versions and in some cases synchronization between threads was less than great.
这个产品比起以往的版本在多线程方面更加强大,而在某些情况下线程间的同步则稍微逊色。
This code segment can be run safely in a single-threaded environment; however, it causes a deadlock in a multi-threaded environment.
这个代码片段可以在单线程环境中安全运行;然而,它会在多线程环境下引起死锁。
This specific example is but one of several design decisions and tradeoffs that we are forced to make when doing multi-threaded programming.
所谓“两害相权取其轻”,当我们进行多线程编程时,就必须在多个设计决策与权衡中做出一个选择。
This type of architecture works well in multi-threaded applications where threads can be distributed across the processors to operate in parallel.
此类架构在多线程应用程序中运行良好,该类应用程序中线程可能被分配给多个处理器以实现并行操作。
These deadlocks can occur in multi-threaded environments when the usual delegation model is bypassed. Consider the situation outlined in Figure 1.
这些死锁可以发生在多线程环境中当常用的委托模型被忽略时。
The process itself actually owns the kernel threads and each process can have one or more kernel threads (for example, multi-threaded applications).
实际上,进程本身也拥有内核线程,每个进程可具有一个或多个内核线程(例如多线程应用程序)。
Synchronization has always been an indispensable part of multi-threaded programs while accessing a common resource, and logging is no exception.
在访问一个公共的资源时,同步始终是多线程程序不可缺少的部分,日志记录也不例外。
应用推荐