Question d’entretien chez EchoStar

What is the difference between a process and a thread

Réponse à la question d'entretien

Utilisateur anonyme

4 oct. 2011

A thread is spawned by a process and is a member of the same memory space. A process is a separate program and all resources are separate from other processes

1