13 Major Difference Between Semaphore And Mutex (With Chart)
What Is Semaphore? Semaphore is a variable or abstract data type used to control access to a common resource by multiple processes in a concurrent system such as multitasking operating system. Semaphore concept was invented by Dutch computer scientist, Edsger Dijkstra in 1962. Semaphore is typically a variable used to solve critical section problems and … Read more