Re: Windows Task Manager.......can someone advise on how to interpert the information?
- From: "." <dot@xxxxxxxxxxx>
- Date: Thu, 01 May 2008 05:14:48 GMT
On Wed, 30 Apr 2008 01:08:59 -0400, RC wrote:
I was wondering if someone could advise me about:
Totals
Handles
Threads
Processes
Threads - I've no idea. Processes would be "programs" running, right?
A _process_ is usually an exe file. A process contains virtual memory,
code, resources and data. In it there is also a _thread_ called the
primary thread.
When a process is created in Windows, a structure called a _handle_ is
produced which refers to the process. Handles are used to track processes.
Within a process there can be many threads which inherit the environment
of the parent process. Threads allow an application to run chunks of code
in parallel (threads synchronize and communicate using messages).
.
- Prev by Date: Re: How to tell SATA I cable from SATA II
- Next by Date: Re: Recommend me an AMD CPU
- Previous by thread: Re: Windows Task Manager.......can someone advise on how to interpert the information?
- Next by thread: Re: Windows Task Manager.......can someone advise on how to interpert the information?
- Index(es):
Relevant Pages
|