Bernstein condition

from The Free On-line Dictionary of Computing (8 July 2008)
Bernstein condition

   <parallel> Processes cannot execute in parallel if one effects
   values used by the other.  Nor can they execute in parallel if
   any subsequent process uses data effected by both, i.e. whose
   value might depend on the order of execution.

   (1995-02-23)
    

[email protected]