Let me start with a question.. Can processes RUN ? My view is, it cant. :-)
Lets look at the defenition for the term Process provided in the 2003 Server resource kit help.
Process
A process is a running instance of an application or executable file, along with all the system resources that have been allocated to that instance. In general, a process is equivalent to a single application or service; for example, Microsoft Word runs in the Winword.exe process.
Thread
Each process is composed of a set of threads. A thread is a unit of work that runs simultaneously with other units of work on the computer; each process must have at least one thread.
So its thread that is run.. :-)
No comments:
Post a Comment