jbboehr/cluster

This package is abandoned and no longer maintained. No replacement package was suggested.

v0.1.3 2014-08-11 22:35 UTC

This package is auto-updated.

Last update: 2019-05-03 20:34:42 UTC


README

Build Status HHVM Status Latest Stable Version

Worker pool manager

Installation

With composer

{
    "require": {
        "jbboehr/cluster": "~0.1.0"
    }
}

Example

Cluster::factory()->master(function(Cluster $master) {
  // Master process loop function
})->child(function(Child $child) {
  // Child process loop function
})->loop()

License

This project is licensed under the MIT license.