Hi all,
question : got a perl script, that get from table list of dependencies between processes. For example, b1 depend on a1; c1 depend on b1... What is the best way to check for dependencies deadlocks - if, say, b2 depend on a2 and a2 mistakingly defined depend on b2? I was thinking about 2-dim.array and then some sort of recuirsive sort... Really need some help with this issue...
question : got a perl script, that get from table list of dependencies between processes. For example, b1 depend on a1; c1 depend on b1... What is the best way to check for dependencies deadlocks - if, say, b2 depend on a2 and a2 mistakingly defined depend on b2? I was thinking about 2-dim.array and then some sort of recuirsive sort... Really need some help with this issue...