What is RACE condition in operating system ?

faizaan

faizaan

@faizaan-l83FI7 Oct 24, 2024
hi friends,

I want to know about RACE condition in operating system .

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • durga ch

    durga ch

    @durga-TpX3gO Jul 26, 2009

    to add to what Goyal mentioned, yo might have already read/known about critical section.
    This is the section of multi threading. concurrent programming, where a specific set of resoruces are needed by multiple current running threads. Each thread has a specific time slot to acess the resoruces and this is maintained by syncronisation.

    This dependency on shared resources can be called as racing condition