To suspend the execution of threads in the Debug view, select a running thread and click suspend in the Debug view toolbar.
要在Debug视图中挂起执行线程,选择一个运行线程,单击Debug视图工具栏中的Suspend。
It continues until no COBOL program is active in the execution stack for any of the threads.
这种情况将一直持续下去,直到任何线程的执行堆栈中再也没有活动的COBOL程序。
Threads are segments of execution for the same program and, in theory, allow us to simultaneously execute different operations in the program simultaneously.
线程是同一程序的执行片段,并且在理论上,允许我们同时执行程序中的不同操作。
The complexity in concurrency programming stems from the fact Threads often needs to operate on the common data. Each Thread has its own sequence of execution, but accesses common data.
并发的复杂性在于,线程需要经常访问共同数据,每个线程都有自己的执行顺序,但需要访问共同数据。
Invocation concurrency: The number of threads of execution concurrently invoking a service or method.
调用并发性:并发调用服务或方法时执行的线程数。
Runtime analysis allows developers to pinpoint memory leaks, find and fix application performance bottlenecks, and visualize the execution flow of code and application threads.
运行时分析允许开发者精确地找到内存泄漏,发现并修正应用程序的运行瓶颈,使代码的执行流及应用程序线程可视化。
HTTP threads are threads of execution for handling incoming HTTP requests.
HTTP线程是处理传入HTTP请求的执行线程。
Goroutines are lightweight parallel paths of program execution similar to threads, coroutines, or processes.
Goroutine是轻量级的并行程序执行路径,与线程,coroutine或者进程类似。
The role of the join action is to synchronize multiple threads of parallel execution started by fork actions.
join动作的功能是要同步fork动作启动的多个并行执行的线程。
If at least on thread of execution fails, the kill node will "kill" remaining running threads.
如果有至少一个线程执行失败,kill节点会“杀掉”剩余运行的线程。
If all execution threads started by fork complete successfully, join action is waiting for all of them to complete.
如果fork启动的所有执行的线程都能够成功完成,那么join动作就会等待它们全部完成。
In others, the side-effects can cause serious threading issues or race conditions (where multiple threads compete for the execution of a code block).
而在其他情况下,副作用可能造成严重的线程问题或争用情况(此时多个线程竞争执行一个代码块)。
If the system is not fully utilized and the QMPL time is high (when compared to the execution time), then there is potential to achieve more throughput by increasing the number of threads.
如果系统未得到充分利用,并且QMPL时间非常高(与执行时间比较而言),则存在通过增加线程数量实现更大吞吐量的潜力。
The idea of threads is that multiple threads of execution can share a lot of resources; for instance, they generally operate in the same address space.
首先,线程采用了多个线程可共享资源的设计思想;例如,它们的操作大部分都是在同一地址空间进行的。
You only need to set a proper number of worker threads for workload execution, without having to consider the number of client requests.
您只需设置用于工作负载执行的适当工作线程数量,而不必考虑客户端请求的数量。
Each process starts off with a single thread of execution and can create more threads as needed.
进程从一个执行的线程开始,可根据需要创建多个线程。
Explains issues involved with using event logs with multiple threads of execution.
解释有关对多个执行线程使用事件日志的问题。
Describes how to use locks to coordinate threads and ensure atomic execution of code.
介绍如何使用锁来协调线程并确保代码的原子执行。
Discusses how to manage and use multiple concurrent threads of execution running at the same time.
讨论如何管理和使用同时运行的多个并行执行的线程。
An operating system that supports preemptive multitasking creates the effect of simultaneous execution of multiple threads from multiple processes.
支援先占式多工的作业系统能够从多个处理序产生同时执行多个执行绪的效果。
In a concurrent model of execution, an application is divided into two or more processes or threads, each executing in its own sequence of statements or instructions.
在并发执行模型中,应用可被划分为多个进程或线程,每个进程和线程都有专属的、单独运行的语句或指令序列。
How it relates to multiple threads of execution and how those threads are not safe to be called from the main method?
它与多线程执行和这些线程都不怎么安全地从主方法叫什么?
Describes how to attach to, and control the execution of, processes and threads.
描述如何附加至并控制处理序和执行绪的执行。
A program executes when the system scheduler gives execution control to one of the program's threads.
程序会在系统排程器将执行控制提供给程序的其中一个执行绪时执行。
In this model, an arbitrarily large number of user-level threads is multiplexed onto a lesser number of kernel execution vehicles. Kernel execution vehicles are also known as virtual processors.
在这个模型中,任意多数量的用户空间线程复用少量的内核执行对象,内核执行对象即为虚拟处理器。
Programs consist of a number of processes, each of which contains one or more conceptually concurrent threads of execution.
程序包含了若干进程,每一个进程包含了一个或多个概念上执行的线程。
Programs consist of a number of processes, each of which contains one or more conceptually concurrent threads of execution.
程序包含了若干进程,每一个进程包含了一个或多个概念上执行的线程。
应用推荐