Skip to content
Home » Operating Systems » Page 4

Operating Systems

Pthreads

  • by

Pthreads is the POSIX standard (IEEE 1003.1c) defines an API for thread creation and synchronization. It is only a specification, not implementation which a programmer… Read More »Pthreads

Process Concepts

  • by

A process is program in execution in a modern time-sharing computer. A process needs resources such as CPU, memory, and input-output devices. OS is responsible… Read More »Process Concepts

Operating Systems

  • by

OS is a layer between user and the computer hardware that manages resources like disk, memory, etc.