1. One real-life example of Deadlock in Computers
2. How to prevent deadlock from occurring in computer?
When the first process locks the first resource while the second process locks the second resource, a deadlock ensues. By canceling and resuming the first process, the impasse can be broken.
Comments
Leave a comment