Concurrency and performance

Concurrency is crucial to good performance in a multiprogramming system. When access to the data is serialized so that only one program at a time can use it, processing slows dramatically.