Do Windows and Mac OS X have processes? If so, are they different from each other?
feedback
|
migrated from serverfault.com Oct 9 '09 at 11:10
This question came from our site for system administrators and desktop support professionals.
|
All modern operating systems (yes, including Windows) have processes. The Windows and Linux implementations do differ - for example, on Linux separate processes ( | |||||||||||||
feedback
|
|
There are quite a lot of articles on the internet that deal with processes in both Windows and Mac OS X. Processes are different from one OS to another. You can find a bit of information about processes in Mac OS X from this knowledge base article from Apple. It is a bit old, but the general idea is relevant. You can find information about Windows and Linux processes in this stackoverflow question. The discussion is interesting because it deals with differences between the different ways processes are created in an OS. | |||
feedback
|
