GeistHaus
log in · sign up

SRE Interview Questions

syedali.net

Unix Processes What is the difference between a process and a thread? A thread is a lightweight process. Each process has a separate stack, text, data and heap. Threads have their own stack, but sh…

1 page links to this URL