Skip to main content

Posts

Showing posts with the label condition

What is Race Condition in software

What is Race Condition in software Hello everyone, today we are going to see what is race condition and how we can use race condition in Software and also we are going to see few examples to understand better. What is race condition, we know that in a software the output that we get it depends on many events, if those events, those conditions are properly executed or properly run then only we get a proper output or as a proper expected output. But sometime what happens those events or are those conditions are not properly get executed or some of them may get skipped so that as a result we dont get a proper output as we expected, this is nothing but a race condition. You can hear this term in other systems also like in a electronic system or in electrical system this term race condition is also used. In other system also the meaning of race condition is same that is the output depends on sequence or series of events if a particular events does not happen then race condition occurs. If s...