Race Conditions
A race condition exists whenever two or more threads compete when trying to access to the same data.
Synchronization mechanisms are designed to allow multiple threads to access shared data and avoid race conditions.
Previous slide
Next slide
Back to first slide
View graphic version