Recommend this page to a friend! |
Classes of Artur Graniszewski | ZEUS for PHP | docs/book/server-service-manager.md | Download |
|
DownloadIntroductionIn ZEUS _Server Service Manager_ is a component responsible for managing and instantiating ZEUS Server Services. It allows to:
_\* In ZEUS, Server Service is a set of one or more PHP processes running concurrently in the background. It's code must conform to the interface rules of the Server Service Manager._ To launch all
Tracking Sever Service statusZEUS for PHP is able to report current status of its Server Services to the user. It achieves this by modifying names of the active processes, which in turn, can be watched real-time in tools like Also, since version 1.2.0, a new set of command line options is available:
and:
Which will show the user-friendly Server Service status: Event ManagerThe Server Service Manager utilizes a | Constant | Description |
|-------------------------------------|---------------------------------------------------------------------------------------|
| Plugin supportServer Service Manager can be customized by using custom plugins, which can be enabled in ZEUS configuration, like so:
|