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 resource allocation graph?
Command Kill any user’s all processes.
Write syntax to set JVM Memory as min-256Mb & max 512Mb?
Which technology does Pentium use - RISC or CISC?
Do I need 32gb of ram?
Explain any program using Semaphores.
Is 8gb ram good?
What are banks in reference to ram?
When designing the file structure for an operating system, what attributes are considered?
What are the essential conditions for a deadlock to occur?
How do I copy and paste a file location?
What is the difference between ram and cache memory?
What are necessary conditions which can lead to a deadlock situation in a system?
Can you move program files x86 to another drive?
What are numerous ways in which a thread can enter the waiting state?