Team Topic Nest

About Author

1090

Articles Published
OS

Binary Semaphore

A binary semaphore is a semaphore with an integer value which can range between 0 and 1. Let ‘S’ be...
OS

Deadlock

In a multi programming environment several processes may compete for a finite number of resources. A process request resources; if...
OS

Types of schedulers

There are 3 types of schedulers mainly used: 1. Long term scheduler: Long term scheduler selects process from the disk...