Essay Jan 03, 2024
A Deep Dive into Concurrency, Parallelism, Multiprocessing, and Distributed Systems - Part 2 b - Processes, concurrency and parallelism
A brief look into the system-interrupts
Tag
A brief look into the system-interrupts
Concurrency is the ability of an operating system to run multiple tasks or instruction sequences at the same time, which can greatly enhance the system’s efficiency and responsive…
Before we dive into the concepts of concurrency, parallelism, multi-processing, and distributed systems, let’s warm up with some simple examples.