Home | Previous Page | Next Page   Programming for a Multiuser Environment >

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.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]