Parallel processing

[информатика и компьютерные технологии] параллельная обработка данных

Большой англо-русский словарь

Parallel processing

параллельная обработка, параллельное выполнение способ выполнения задачи на многопроцессорном компьютере, когда отдельные её блоки (процессы) распределяются по всем доступным процессорам Смотри также: parallel algorithm, parallel compiler, parallel computer, parallel programming, parallel software

Англо-русский словарь компьютерных терминов

Parallel processing

параллельная обработка а) учет (система обработки, при которой сырье и материалы сначала поступают в общий центр обработки, а затем часть полученных полуфабрикатов перемещается в центр обработки для производства продукции А, а другая часть в центр обработки для производства продукции В; используется тогда, когда из одного полуфабриката изготавливаются различные виды продукции) б) компьютерный термин (одновременное выполнение компьютером двух и более задач) в) психология (информационная обработка, во время которой одновременно совершаются различные операции)

Англо-русский словарь экономических терминов

Parallel processing

(Or "multiprocessing") The simultaneous use of more than one computer to solve a problem. There are many different kinds of parallel computer (or "parallel processor"). They are distinguished by the kind of interconnection between processors (known as "processing elements" or PEs) and between processors and memory. Flynn's taxonomy also classifies parallel (and serial) computers according to whether all processors execute the same instructions at the same time ("single instruction/multiple data" - SIMD) or each processor executes different instructions ("multiple instruction/multiple data" - MIMD). The processors may either communicate in order to be able to cooperate in solving a problem or they may run completely independently, possibly under the control of another processor which distributes work to the others and collects results from them (a "processor farm"). The difficulty of cooperative problem solving is aptly demonstrated by the following dubious reasoning: If it takes one man one minute to dig a post-hole then sixty men can dig it in one second. Amdahl's Law states this more formally. The terms "parallel processing" and "multiprocessing" imply multiple processors working on one task whereas "concurrent processing" and "multitasking" imply a single processor sharing its time between several tasks. See also cellular automaton,symmetric multi-processing.

Free Online Dictionary of Computing