数据库系统原理精品课件(康辉)ch16.pptVIP

  • 7
  • 0
  • 约1.48万字
  • 约 46页
  • 2018-01-15 发布于浙江
  • 举报

数据库系统原理精品课件(康辉)ch16.ppt

16.6 Deadlock Handling Consider the following two transactions: T1: write (X) T2: write(Y) write(Y) write(X) Schedule with deadlock T1 T2 lock-X on X write (X) lock-X on Y write (Y) wait for lock-X on X wait for lock-X on Y 16.6 Deadlock Handling System is deadlocked if there is a set of transactions such that every transaction in the set is waiting for another transaction in the set. Deadlock prevention protocols ensure that the system will never enter into a deadlock state. Some prevention strategies : Require

文档评论(0)

1亿VIP精品文档

相关文档