Domanda di colloquio di MicroStrategy

What's the difference between a process and a thread?

Risposta di colloquio

Anonimo

14 apr 2013

Processes: Independent execution units that contains theirs own stack information, use their own address spaces and only interact with each other via OS Threads: A single process might contains multiple threads. All threads in a process share the memory space and communicate directly.