Re: Windows Task Manager.......can someone advise on how to interpert the information?



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).



.



Relevant Pages

  • Re: How can I access images in the Resources folder?
    ... Usually a "resource" is embedded in the EXE file and is read directly from ... if this file is supposed to be in a folder under the current directory ... wish one day to have both external files and embedded resources in your EXE ... Private Sub KaartenComboBox_SelectedIndexChanged(ByVal sender As ...
    (microsoft.public.dotnet.languages.vb)
  • Re: How do I make Office 2007 run faster?
    ... resources. ... adjust the virtual memory, ... Database Developer ... drive is 111 gig with 78 gig free. ...
    (microsoft.public.office.misc)
  • Re: VB res file
    ... The res file becomes part of the exe file during the build ... > The Api does provide a means to modify resources in a module that is ... > a separate dll) but it has some drawbacks, ... > A) The aforementioned Api methods are tedious. ...
    (microsoft.public.vb.general.discussion)
  • Re: Application that makes EXE
    ... It is merely changing the image or appending text. ... the purpose of the code was just to show a sample for the simple (but ... I don't know what the OP really wants; if he wants to build a new EXE file ... resources and adjusting the resource with specific information has not this ...
    (microsoft.public.vc.mfc)
  • Re: Memory leak with WSS?
    ... membership on subwebs. ... IIS never releases the resources used with him. ... than 2Gb virtual memory and then crashed. ...
    (microsoft.public.sharepoint.windowsservices)