Author |
Topic: PROCESS AND THREAD (Read 760 times) |
|
syashid
Newbie


Posts: 4
|
 |
PROCESS AND THREAD
« on: Sep 6th, 2011, 9:56am » |
Quote Modify
|
PLZ explain me difference b/w process and thread with an practical example.. in task manager how do we make out threads for a process..
|
|
IP Logged |
|
|
|
Grimbal
wu::riddles Moderator Uberpuzzler
    

Gender: 
Posts: 7527
|
 |
Re: PROCESS AND THREAD
« Reply #1 on: Sep 7th, 2011, 4:55am » |
Quote Modify
|
Each process has its own memory space. Threads of a process share the same memory space. Each thread has its own stack, however. You don't see threads in the Task Manager.
|
|
IP Logged |
|
|
|
|