
process dependency
a relationship between subsequent operations performed by the same process
process dependency in a sentence
“The two writes shared a process dependency, so the second could not precede the first.”
Related Words
real-time dependency
a relationship between operations where one ends before another begins
read-write dependency
a relationship where operation A reads a version and operation B writes the next version of the same object
session dependency
a relationship between operations within a session performed in total order
version
a specific state an object assumes at a point in time during execution
version order
an ordering over object versions encoding the sequence each object progressed through
write-read dependency
a relationship where operation A writes a version that operation B subsequently reads