Why we introduce the concept of 'process' ? Version 0 |
|
👤 Author: by lsxueout163com 2016-11-01 15:46:32 |
A 'process' is the unit of work in a modern time-sharing system. Only one program is permitted to be executed at a time before. Multiple programs can be loaded into memory and executed concurrently now. The former one had complete control of the system and had access to all the system's resources. The later one requires stronger control and more compartmentalization of various programs. All these needs contributed to the item 'process'.