|
-
Jan 25th, 2002, 05:57 AM
#1
Thread Starter
New Member
Difference beetween thread and process?
Hi!
Can you tell me what's the difference beetween a thread ID an a process ID because I thought thread and process is the same?
Wuerfel
-
Jan 25th, 2002, 07:54 AM
#2
A thread is the space in which a process runs. The thread Id is the Id for that space, and the process Id is the Id of the individual process running in the thread.
-
Jan 25th, 2002, 09:25 AM
#3
Frenzied Member
In simplistic terms, a process is a single executing program.
In languages that allow multithreading these processes may have more than one Thread running at any given time.
The full hierarchy (for NT systems ) is:
Window Station -< Desktop -< Process -< Thread -< Window
HTH,
Duncan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|