Oldest known version of this page was edited on 2004-02-26 19:44:11 by Roland Stens []
Page view:
Race Condition
It is called a
race condition when several processes access and manipulate the same data concurrently, and the outcome of the execution depends on the particular order in which the access takes place.