Pergunta de entrevista da empresa AKUNA CAPITAL

Difference between process and thread?

Respostas da entrevista

Sigiloso

15 de out. de 2015

A process is a full running program that is managed by the os. A thread is a child of a process that is running it. In addition process do not have direct access to information in other process but threads cab access information from other threads.

1

Sigiloso

19 de nov. de 2019

OS uses the process as the basic unit to schedule the recourses. A thread is a child of a process and shares its resources. A thread is a basic unit for OS to run.