The process itself actually owns the kernel threads and each process can have one or more kernel threads (for example, multi-threaded applications).
实际上,进程本身也拥有内核线程,每个进程可具有一个或多个内核线程(例如多线程应用程序)。
The analysis can also be applied to multi-threaded applications running on a single processor.
该分析工具也适用于在单处理器上运行多线程应用程序。
This type of architecture works well in multi-threaded applications where threads can be distributed across the processors to operate in parallel.
此类架构在多线程应用程序中运行良好,该类应用程序中线程可能被分配给多个处理器以实现并行操作。
Your driver is complex: it could be used by multi-threaded applications.
而且这个驱动程序非常复杂:它可能会被多线程的应用程序使用。
Concurrency: tracks execution data to help find waiting threads in multi-threaded applications.
并发性:跟踪执行的数据以便在多线程应用程序中找到等待线程。
Common functions used for debugging, such as printf, write, and so on, can sometimes change the behavior of a program in the case of multi-threaded applications, making them hard to debug.
有一些常见的调试函数,如printf、write等,可能会在多线程应用程序的情况下更改一个程序的行为,使得它们难以调试。
Multi-threaded CLI applications by default have connection-level workload balancing without any changes.
默认情况下,多线程的CLI应用可以不经修改而实现连接级的工作负载均衡。
It is our basic belief that extreme caution is warranted when designing and building multi-threaded applications, particularly those which have a GUI component.
极度谨慎是我们的基本信念当设计和编写多线程应用程序时,特别是那些有图形界面组件的应用程序。
For the most part, these features were incompatible with multi-threaded applications and produced inefficient code.
这些功能大部分与多线程应用程序不兼容,并会使代码效率低下。
This has the additional disadvantage that multi-threaded applications compete unfairly with single-threaded applications, which makes running a mixture of applications difficult on a single machine.
这就带来了额外的缺点,多线程程序和单线程程序的竞争明显的不公平,这会使一台机器上运行多种混合程序有困难。
What applications are good candidates to be moved from serial to multi threaded to experience performance gains on multi-core systems?
哪些应用程序适合从串行转移至多线程,以体验多核系统带来的性能提高?
What applications are good candidates to be moved from serial to multi threaded to experience performance gains on multi-core systems?
哪些应用程序适合从串行转移至多线程,以体验多核系统带来的性能提高?
应用推荐