Concurrency Control

10 abril 2018, 11:00 Bruno Emanuel Da Graça Martins

  • Lock-Based Concurrency Control Protocols
    • Regular, Strict and Rigorous Two-Phase Locking
    • Pitfalls of Lock-Based Protocols
    • Lock Conversions
    • Automatic Acquisition of Locks
    • Implementation of Locking
    • Deadlock Handling
      • Deadlock prevention (wait-die and wound-wait schemes)
      • Deadlock detection
  • Multiple Granularity Locking Scheme
  • Timestamp-Based Protocols