asgoodasnu / process-manager
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/asgoodasnu/php-process-manager
Type:project
pkg:composer/asgoodasnu/process-manager
v1.0.0
2016-12-02 12:59 UTC
Requires
- psr/log: *
This package is not auto-updated.
Last update: 2019-12-08 14:11:00 UTC
README
The process manager launches the given processes by forking itself and run a pcntl_exec and restarts them if a process exits.
There is also a listener on port 11111 that can show a list of running processes and has the capability to shutdown the manager (and alle the child processes).