stephenmittag/php-process-manager

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/stephenmittag/php-process-manager

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

This package is not auto-updated.

Last update: 2025-09-28 10:27:01 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).