Comment on Race Conditions Can Be Useful for ParallelismparentComments−chrisseaton3yUsually you’re adding locks not to remove the race condition but to make them not a bug.−remram3yThat is a valid definition but it's not the one used by everyone I know and work with. A race condition is a fault, just like a SQL injection; it could easily have referred to a programming technique but it doesn't.
Comments
Usually you’re adding locks not to remove the race condition but to make them not a bug.
That is a valid definition but it's not the one used by everyone I know and work with. A race condition is a fault, just like a SQL injection; it could easily have referred to a programming technique but it doesn't.