Virtual processors can perform parallel processing.
虚拟处理器可以执行并行处理。
Parallel processing has two aspects: data and process.
平行处理拥有两个方面:数据和流程。
近义词
parallel running
百科
1. 并行处理(Parallel Processing)是计算机系统中能同时执行两个或多个处理的一种计算方法。并行处理可同时工作于同一程序的不同方面。并行处理的主要目的是节省大型和复杂问题的解决时间。为使用并行处理,首先需要对程序进行并行化处理,也就是说将工作各部分分配到不同处理进程(线程)中。并行处理由于存在相互关联的问题,因此不能自动实现。另外,并行也不能保证加速。从理论上讲,在 n 个并行处理的执行速度可能会是在单一处理机上执行的速度的 n 倍。
释义
n.
a mode of computer operation in which a process is split into parts, which execute simultaneously on different processors attached to the same computer