parallel processing

کلمات مرتبط(parallel processing):بازگشت به واژه parallel processingparallel
processing

پردازش موازى
کامپيوتر : پردازش موازىکلمات مرتبط(2)


پردازش موازی.


parallel processing

Từ điển WordNet


Microsoft Computer Dictionary

n. A method of processing that can run only on a computer that contains two or more processors running simultaneously. Parallel processing differs from multiprocessing in the way a task is distributed over the available processors. In multiprocessing, a process might be divided up into sequential blocks, with one processor managing access to a database, another analyzing the data, and a third handling graphical output to the screen. Programmers working with systems that perform parallel processing must find ways to divide a task so that it is more or less evenly distributed among the processors available. Compare coprocessor, multiprocessing.