Process, Threads and Goroutines
What Is a Process?
A program is an executable file on disk.
When the operating system loads that file into memory and starts execution, it becomes a process.
A process has its own:
Memory Address
Registers
Program Counter
Stack and Heap memory
...
devdump.tech5 min read