@Agent24: Old HDD's are also susceptible to "race" condition bugs. It just means one process is loading faster than another in a multi-process system. If one process requires another as a precondition to run correctly then the necessary checks should be made in the code.
@Agent24: Old HDD's are also susceptible to "race" condition bugs. It just means one process is loading faster than another in a multi-process system. If one process requires another as a precondition to run correctly then the necessary checks should be made in the code.