Thread in Operating System. User and Kernel level thread differences, Adv & Disadv

A thread is a part of a process. A process is classified into a number of light-weighted processes, each light weighted process is known as a thread. It is a track of execution in process. The thread has a program counter that holds the path of which instruction to execute next. It has a register … Read more