What is Concurrency? Expain with example Deadlock and
Starvation?
Answer Posted / @pravin.08
hi!
concurrency is the property of systems in which several
processes running simultaneously,interacting with each other.
Deadlock:In multiprogramming environment,several processes
may compete for limited no. of resources,a process request
resources n if resources are not available at moment ,process
enters a waiting state.sometimes ,a waiting process never
able to change it's state,becoz the resources it has
requeseted are held by other process.such type situation is
called DEADLOCK.
Starvation:a situation in which a process wait indefinetly.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is inaddr_any?
What is the most powerful operating system?
Why is it called program files x86?
What are advantages of operating system?
Define trashing?
what is the memory required when a screen has 1024*1280 pixels and each pixel can have around 16 million colors?
What are ddks?
What is the context switch?
What is option in grep?
Describe the Operating System concept of Fragmentation
How deadlock can be detected in a system?
When does thrashing occur?
Is vmware a hypervisor?
How do I completely remove all traces of a program?
Why do we need threads?