Skip to main content
multiprocessing

multiprocessing

4.4
To run computer tasks on more than one processor at the same time
  • noun
  • /ˌmʌltɪˈprɒsɛsɪŋ/
  • Specialized
translation icon : multiprocesamiento
  • The software can utilize multiprocessing to improve the speed of data processing tasks significantly.
  • multiprocessing system

Examples

  • I'm going to venture a thought... that I might regret down the road... and anticipating that regret... makes me, you know, hesitate... so we're going to have to put this... through a multiprocessing here, but... voyeuristic as it might be... I've been watching you guys for a while.

  • Parts of the system measurement instrument (SMI) support performance measurements, especially in the multiprocessing environment.

    Academic text (1997)
  • Multiprocessing is perfectly straightforward; it's all in the application protocols.

    Fiction book (1992)
  • The tools available in the wider OCaml world for doing this kind of multiprocessing programming, however, are still maturing.

    Academic text (2011)
  • The G3 processor chip set covers a wide performance range from a uniprocessor to a high-performance multiprocessing system.

    Academic text (1997)
  • The balanced system, cache structure, and the modularity of the components of Generation 3 support a wide performance range from a uniprocessor to a high-performance multiprocessing system.

    Academic text (1997)
  • If we ever do get highly parallel symmetric multiprocessing to work well for consumer applications, most of that will be wasted real estate; more cores with less functionality on a chip will be more cost-effective.

    Blog text (16)
  • I've also noticed that languages with poor threading support tend to use multiprocessing, which makes them more scalable across machines, since by the time you've set up IPC, distributing across machines isn't much of an architectural change.

    Blog text (7)
  • In a multiprocessing environment, multiple processors work together to complete tasks more efficiently.

  • By implementing multiprocessing, the application can run multiple operations simultaneously without delay.

Synonyms

parallel processing
vsmultiprocessing
  • Specialized
1 4.3

Using two or more processors at the same time to do work faster

focuses on simultaneous work across units rather than speed emphasis
parallelism
vsmultiprocessing
  • Specialized
1 7.1

Using several processors at the same time to make a computer work faster

describes simultaneous work inside a system, not only speed gain
parallel operation
vsmultiprocessing
  • Specialized
4.9

Doing more than one task at the same time on computers or machines

applies specifically to simultaneous task processing inside a computer system

Antonyms

976 1.0

Applying to only one group or system

How Parallel

parallel processing
  • Specialized
1 4.3
multiprocessing
  • Specialized
4.4
multithreading
  • Specialized
1 4.6
serial processing
  • Specialized
6.0

Surface Forms

Morphology

multiprocessing = processing (transparent) = multi + process + ing

The word is transparently built from 'multi-' plus 'processing', and the technical meaning follows directly from the idea of several processing operations happening at once.

Etymology

Multiprocessing breaks into multi- meaning 'many' and process meaning 'to handle or work on'. So multiprocessing simply means using more than one processor to handle tasks at the same time inside a computer.