Essential Linux Concepts for DevOps - Part 11- Threads
A Thread is an active entity that executes a part of a process. It is a sequential flow of tasks within a process. It is also called a lightweight process as they share common resources.
A process can contain multiple threads. Threads are used to inc...
ashokmahanthi.hashnode.dev3 min read