Shared Memory and Its Features

  • Post author:

  Shared Memory helps in passing on data between programs. A memory portion created by a program can be accessed by other processes, if allowed. In other words, Shared memory…

Continue Reading Shared Memory and Its Features

The different aspects of Semaphores

  • Post author:

‘Semaphore’ is a term used for a variable in the Operating System, which acts as a counter. When multiple processes try to access the same resource or file continually, then…

Continue Reading The different aspects of Semaphores