1.
|
Your solution will extend or redisign the TOS that currently
prevents collisions.
|
2.
|
Detect deadlock and report it.
|
3.
|
Recover from deadlock by removing processes (trains).
|
4.
|
Recover from deadlock by removing resources (track).
|
5.
|
Avoid a deadlock state when possible.
|
6.
|
Prevent deadlock from occuring.
|
7.
|
All solutions will create a log file recording the state of the
system at each step taken for recovery, avoidance, etc.
|
8.
|
Modify the TOS initialization module so that it will prevent a
start-up that is deadlocked, or identify that it is initially
deadlocked.
top
|