The stop node in parallel execution branches
并列执行的分支中的停止节点
With goroutines, parallel execution of code is easy.
有了goroutine,代码的并行执行就容易了。
However, not all queries benefit from parallel execution.
不过,不是所有查询都适合平行执行方式。
Adapter for Parallel Execution and Rapid Synchronization.
为并行执行和迅速的同步的适配器。
Processes can contain multi-threaded, parallel execution paths.
流程可以包括多线程的并行执行路径。
Parallel execution can also be modeled using the Fork construct.
也可以使用Fork 结构来对并行执行程序建模。
Flow-based processes are those that allow parallel execution of activities.
Flow - based流程允许活动的并行执行。
This means that remote parallel execution consumed less time on larger tasks.
这就是说,当执行大型任务时,远程并行执行消耗的时间较少。
The reason is that the synchronized block in Listing 5 prevents parallel execution.
其原因是清单5的同步代码阻止了并行执行。
Granularity control is a main problem of parallel execution of logic programs.
粒度控制是逻辑程序并行执行的重要问题之一。
The parallel branches are joined again in a join, which ends the parallel execution.
这两个并行分支在join处再次联接,从而结束并行执行。
The second HPC pattern, divide-and-conquer, is also known as highly parallel execution.
第二种HPC模式,即分治模式,也称为高并行执行。
For a single parallel execution of Task 2 and Task 3, we obtain two executions of Task 4.
对于Task2和Task3的单次并行执行,我们将执行Task4两次。
The possibility of parallel execution is often stated as an advantage of functional languages.
具有并行执行的可能性常被作为函数式程序语言的优点。
The role of the join action is to synchronize multiple threads of parallel execution started by fork actions.
join动作的功能是要同步fork动作启动的多个并行执行的线程。
As the task size increased, so did the difference in execution time between remote parallel execution and local execution.
随着任务量的增加,远程并行执行和本地执行所需时间的差别也越来越明显。
If both branches are triggered, the inclusive decision leads to a parallel execution of Task 2 and Task 3 in the same way as a fork.
如果全部触发这两个分支,则包含性决策将导致Task2和Task3并行执行,其效果与fork类似。
The principal benefit of using the fork-join technique is that it affords a portable means of coding algorithms for parallel execution.
使用fork-join技术的主要好处是,它提供了一种编写并行执行的算法的简便方法。
The ideal threshold for choosing between sequential and parallel execution is a function of the cost of coordinating the parallel tasks.
用于选择顺序和并行执行方法的理想阙值是协调并行任务的成本。
This paper focus on the research of load balancing algorithm and parallel execution time prediction for parallel computing systems.
本文主要研究并行计算系统中的负载平衡算法与并行执行时间预测问题。
Remote parallel execution was not favorable for smaller tasks because the overhead for communication between the machines was significant.
远程并行执行并不适合小型任务,因为机器间通信的系统开销不容忽视。
VLIW chips don't need most of the complex control circuitry that superscalar chips must use to coordinate parallel execution at runtime.
VLIW芯片不需要超级标量芯片为运行时协调并行处理所采用的复杂控制电路。
This paper describes the current state of research on parallelism of logic programs and the ways of parallel execution of logic programs.
本文概述了逻辑程序并行性研究的状况和逻辑程序的并行处理方式。
This article answers that question by describing the Proxy Service pattern for the parallel execution of batch workloads across a grid of endpoints.
本文将通过描述代理服务模式,以便跨端点网格并行执行批处工作负载来回答该问题。
Firstly, this paper introduces two existed parallel execution models: SPMD and MPMD supporting data parallel and task parallel languages, respectively.
本文首先介绍两种典型的并行执行方式:支持数据并行语言的SPMD方式和支持任务并行语言的MPMD方式。
The principles of grid computing, including the parallel execution of a job across a grid of endpoints, emerge as the next generation of enterprise applications.
网格计算(包括跨端点网格并行执行作业)的原则随着下一代企业应用程序而出现。
Use this flag in cases where you know that parallel execution of the query will result in speedup, but PLINQ in the Default mode would execute it as sequential.
如果认为并行执行查询将带来加速,则使用此标志,但处于默认模式的PLINQ将按顺序执行它。
Notice that in both cases, the assembly is not aware of the partitioning, or in other words: it does not need to be configured differently for the parallel execution.
注意在两种情况下,程序集不知道分区,或换言之:它不需要为并行执行而有不同的配置。
The present invention improves the performance of a logging system by reducing the size of log records and by allowing parallel execution of recovery operations.
本发明通过减小日志记录大小并允许恢复操作的并行执行,改善了日志系统的性能。
To take another example, Saxon has not even started to explore to possibilities opened by parallel execution, something the language makes a highly attractive option.
另举一例,Saxon还没有开始研究并行执行的可行性,这可以使这种语言更具吸引力。
应用推荐