PHPackages                             apolinux/processmanager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. apolinux/processmanager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

apolinux/processmanager
=======================

System Process Manager written in PHP

v0.20(6y ago)04PHP

Since Oct 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/apolinux/processManager)[ Packagist](https://packagist.org/packages/apolinux/processmanager)[ RSS](/packages/apolinux-processmanager/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

processManager
==============

[](#processmanager)

Process Manager written in PHP

Controls a pool of subprocesses and send them messages using queue. This first version uses beanstalk to communicate processes.

There is a task that sends data to children through the queue. The other processes read this data from queue and process it.

The main loop waits for the children finish to end script.

Example
=======

[](#example)

example of use:

```
