ConcurrencyMutualExclusionandSynchronization.pptVIP

  • 5
  • 0
  • 约1.3万字
  • 约 65页
  • 2017-01-06 发布于天津
  • 举报
ConcurrencyMutualExclusionandSynchronization

Concurrency: Mutual Exclusion and Synchronization Chapter 5 Concurrency (并发) Concurrency encompasses a host of design issues, including: Communication among processes Sharing of and competing for resources Synchronization of the activities of multiple processes Allocation of processor time to processes Concurrency Difficulties of Concurrency Sharing of global resources Operating system managing the allocation of resources optimally Difficult to locate programming errors The relative speed of execution of processes is unpredictable. A Simple Example void echo() { chin = getchar(); chout = chi

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档