diff bw process and program

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vijji

    diff bw process and program

    Hi All,

    What is the diffenrence between program and process?

    Thanks in advance
  • =?ISO-8859-1?Q?G=F6ran_Andersson?=

    #2
    Re: diff bw process and program

    vijji wrote:
    Hi All,
    >
    What is the diffenrence between program and process?
    >
    Thanks in advance
    Not much. A program usually runs as a process.

    Some programs (like Internet Explorer) can be started as several
    separate instances, which are separate processes. Other programs (like
    Firefox) only use a single process even if you start new instances.

    Some programs use more than one process for some tasks, like quickstart
    helpers and local web servers.

    There are also processes that you usually don't think of as programs,
    like services and the windows desktop (explorer.exe).

    --
    Göran Andersson
    _____
    Göran Anderssons privata hemsida.

    Comment

    Working...