Deadlock Prevention in Java
Jakob Jenkov
There are a few common deadlock prevention techniques which you can use. In this video I explain 3 of these deadlock prevention methods, and show the Java code examples for 2 of them.
Chapters: 0:00 Deadlock prevention introduction 0:36 Lock reordering deadlock prevention 3:49 Timeout backoff deadlock prevention 12:19 Deadlock detection
Deadlock Prevention - text: http://tutorials.jenkov.com/java-concurrency/deadlock-prevention.html
Deadlock Prevention - code: https://github.com/jjenkov/java-examples
Deadlock in Java - video: https://www.youtube.com/watch?v=3cgZbACBpxI&list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4&index=15
Java Concurrency - text / video playlist: http://tutorials.jenkov.com/java-concurrency/index.html https://www.youtube.com/playlist?list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4 ... https://www.youtube.com/watch?v=6E3aYf3jXdk
48735159 Bytes