What is the difference between a computer process and thread?
|
Contributor
|
|
| 16May2008,17:44 | #1 |
|
What is the difference between a computer process and thread?
|
|
Go4Expert Founder
|
![]() |
| 16May2008,21:49 | #2 |
|
By definition process will execute the threads(set of instructions), which may contain multiple threads but the other way is not true.
Also different processes can't work under same memory location i.e. threads ca share resource but sharing of processes resources is not that easy. |
