Difference between process and thread?
Anónimo
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.