Deadlocks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jkaruga
    New Member
    • May 2010
    • 1

    Deadlocks

    How does MS DOS deal with deadlocks?
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    A deadlock is normally something that happens in a multi-tasking operating system where 2 competing operations are each waiting for the other to finish.

    Since MS DOS is not multi-tasking but is single tasking it should not be an issue is the traditional sense of a deadlock so I doubt it does anything handle deadlocks.

    Comment

    Working...