wu :: forums
« wu :: forums - PROCESS AND THREAD »

Welcome, Guest. Please Login or Register.
May 15th, 2024, 10:49am

RIDDLES SITE WRITE MATH! Home Home Help Help Search Search Members Members Login Login Register Register
   wu :: forums
   riddles
   cs
(Moderators: Eigenray, william wu, towr, Icarus, Grimbal, SMQ, ThudnBlunder)
   PROCESS AND THREAD
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: PROCESS AND THREAD  (Read 756 times)
syashid
Newbie
*





   


Posts: 4
PROCESS AND THREAD  
« on: Sep 6th, 2011, 9:56am »
Quote Quote Modify 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: male
Posts: 7527
Re: PROCESS AND THREAD  
« Reply #1 on: Sep 7th, 2011, 4:55am »
Quote Quote Modify 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
Colonel Panic
Newbie
*





   


Gender: male
Posts: 9
Re: PROCESS AND THREAD  
« Reply #2 on: Sep 10th, 2011, 10:12pm »
Quote Quote Modify Modify

The SysInternals suite (http://technet.microsoft.com/en-us/sysinternals/bb842062) has several useful utilities for debugging/learning Windows internals.
 
Specifically, you can use Process Explorer (http://technet.microsoft.com/en-us/sysinternals/bb896653) to see the threads inside a process.
 
The Windows Internals book is another invaluable resource (http://technet.microsoft.com/en-us/sysinternals/bb963901)
 
Here's the sample chapter on "Processes and Threads" from this book - (http://download.sysinternals.com/Files/WindowsInternals-Ch05.pdf)
« Last Edit: Sep 10th, 2011, 10:27pm by Colonel Panic » IP Logged
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board