1 / 34

Concurrent Programming Problems

Concurrency pros and cons. Concurrency is good for usersOne of the reasons for multiprogrammingWorking on the same problem, simultaneous execution of programs, background executionConcurrency is a

zonta
Download Presentation

Concurrent Programming Problems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Concurrent Programming Problems OS Spring 2011

    2. Concurrency pros and cons Concurrency is good for users One of the reasons for multiprogramming Working on the same problem, simultaneous execution of programs, background execution Concurrency is a “pain in the neck” for the system Access to shared data structures Danger of deadlock due to resource contention

More Related