![]() |
What is the difference between a computer process and thread?
What is the difference between a computer process and thread?
|
Re: What is the difference between a computer process and thread?
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. |
| All times are GMT +5.5. The time now is 00:13. |