I have read in several books that, at times, a possible cause of deadlocking can be:
>>>> Application accesses objects in a different order each time.
What does this mean? "Code" is typically a set of steps A->B->C.... Why would the code spontaneously ever change to B->A->C?
edm2