stephenmittag/php-process-manager

dev-master 2017-11-29 17:31 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:03:42 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 that can show a list of running processes and has the capability to shutdown the manager (and alle the child processes).