Process
A running instance of a program — gets its own memory, its own PID, can contain many threads.
Processes are isolated: a crash doesn't take other processes with it. Costs more to create than a thread. ps, top, Task Manager show them.
A running instance of a program — gets its own memory, its own PID, can contain many threads.
Processes are isolated: a crash doesn't take other processes with it. Costs more to create than a thread. ps, top, Task Manager show them.