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 the shortest definition of os?
Does more ram increase fps?
How do an incremental process model and certification work together to produce high quality software? In your own words, describe the intent of certification in the clean room software engineering context.
What is the code of mobile?
What command is used to remove the password assigned to a group?
Is 32 bit obsolete?
What is memory-management unit (mmu)?
Do you know what is a binary semaphore?
How do I find the path of a shared folder?
Will chkdsk repair corrupt files?
What is the difference between shared memory and message passing?
What is normal operating system?
what is the command to copy windows files (i386) without formatting OS?
What is micro kernel approach and site its advantages?
How are the wait/signal operations for monitor different from those for semaphores?