The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 ViewsI'm not sure if this is the correct place for this thread but:
Can someone explain the differences between a program and a process?
From what I picked up a program is a set of instructions and a process is part of the program being executed.
A major difference seems to be that a process is active whereas a program is passive. Can someone verify that the above is correct?
Also there seems to be a difference between where a program and a process is stored..can someone explain that to me?
Thanks
:'(
A process is an active instance of a program in memory. A program can spawn many instances and have processes communicate with each other.
A process is one instance of a program that has a certain state. A program can define what states it can be in, but only a process can define what state it is in right now.
Each time someone abuses hittest, God kills a kitten. Please, learn real collision testing.
At 1/15/10 05:49 PM, henke37 wrote: A process is one instance of a program that has a certain state. A program can define what states it can be in, but only a process can define what state it is in right now.
Which takes you onto context switching