Recommend this page to a friend! |
Classes of Artur Graniszewski | ZEUS for PHP | docs/book/kernel-process.md | Download |
|
DownloadIntroductionIn ZEUS, Process is defined as an instance of a PHP application that is being executed. The execution of a single process must progress in a sequential fashion, therefore to achieve true concurrency, ZEUS may use _Process Scheduler_ to instantiate more than one such process at the same time. Process statesWhen a process executes, it passes through different states. In ZEUS, a process can have one of the following five states at a time: Process can use hardware resources in only two states: waiting and running. The following table describes each state in details: | State | Description |
|--------------|---------------------------------------------------------------------------------------------------------------------------------------------|
| |