0
5.5kviews
Explain Principles of Concurrency?

Subject: Operating System

Topic: PROCESS COORDINATION

Difficulty: Medium

1 Answer
0
91views

Concurrency is the interleaving of processes in time to give the appearance of simultaneous execution.

Thus it differs from parallelism, which offers genuine simultaneous execution. However the issues and difficulties raised by the two overlap to a large extent:

• Sharing global resources safely is difficult;

• Optimal allocation of …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.