Difference between concurrent and parallel execution of process
Answers
Answered by
0
Parallel processing is a subset of concurrent processing. Concurrent processing describes two tasks occurring asynchronously, meaning the order in which the tasks are executed is not predetermined. Two threads can run concurrently on the same processor core by interleaving executable instructions.
Similar questions