What is the difference between a computer process and thread?

Contributor
16May2008,17:44   #1
aspguy's Avatar
What is the difference between a computer process and thread?
Go4Expert Founder
16May2008,21:49   #2
shabbir's Avatar
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.