Object Oriented Software Engineering   View all facts   Glossary   Help
synonym > race condition
Next synonymshrink-wrapped software    Upsynonym    Previous synonympilot system   

race condition
(critical race)
subjectfact 
race conditioncan be prevented by using various mechanisms, such as semaphores, that allow data items to be locked so that they cannot be accessed by other threads when they are not ready2001-08-30 14:57:12.0
has example one thread unexpectedly changes data that is being used by another thread, resulting in incorrect results2001-08-30 14:57:12.0
has example two processes or threads normally work together to achieve some outcome; however if one is sped up or slowed down then the outcome is incorrect2001-08-30 14:57:12.0
is a synonym of critical race2001-08-30 14:57:12.0