Operating Systems : Threads
Threads : It is the basic unit of CPU utilization also called light weight process (LWP) and is flow of execution through process code with its own program counter, registers and stack. They improve performance of application by parallelism. Parallelism VS Concurrency : Parallelism is the techniques used to make a program run faster by […]
Read More →