diff bw process and program

  • Thread starter Thread starter vijji
  • Start date Start date
vijji said:
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).
 
Back
Top