a mode of computer operation in which a process is split into parts, which execute simultaneously on different processors attached to the same computer
并行处理模式。
n. [计算机]并行处理;并行计算;多重处理;并行加工;平行处理
For example, DB2 supports massively parallel processing (MPP) architecture and can run on a single partition (EE) or multiple partitions (EEE).
例如, DB2 支持大规模并行处理(MPP)构件,并能在单个分区(EE)或者多个分区(EEE)上运行。
MPP, or massively parallel processing.
即大规模并行处理(massively parallel processing)。
MDM_Default.apt is used for parallel processing.
MDM_Default . apt用于平行处理。
Virtual processors can perform parallel processing.
虚拟处理器可以执行并行处理。
Parallel processing has two aspects: data and process.
平行处理拥有两个方面:数据和流程。
并行处理(Parallel Processing)是计算机系统中能同时执行两个或多个处理的一种计算方法。并行处理可同时工作于同一程序的不同方面。并行处理的主要目的是节省大型和复杂问题的解决时间。为使用并行处理,首先需要对程序进行并行化处理,也就是说将工作各部分分配到不同处理进程(线程)中。并行处理由于存在相互关联的问题,因此不能自动实现。另外,并行也不能保证加速。从理论上讲,在 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
并行处理模式。