Basic functions of process management.

Explain the basic functions of process management.

The basic functions of the OS wrt the process management are :

- Allocating resources to processes,
- Enabling processes to share and exchange information,
- Protecting the resources of each process from other processes and
- Enabling synchronisation among processes.
What is a named pipe?
Operating System named pipe- Its a pipe that an application opens by name in order to write data into or read data from the pipe. ...
What is pre-emptive and non-preemptive scheduling?
In non-preemptive scheduling, a running task is executed till completion. It cannot be interrupted......
Operating System semaphore - What is a semaphore?
Operating System semaphore - A semaphore is a variable. There are 2 types of semaphores:Binary semaphores, Counting semaphores.....
Post your comment