PHPackages                             jpons/phplib-lightprocessexecutor - 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. jpons/phplib-lightprocessexecutor

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

jpons/phplib-lightprocessexecutor
=================================

A PHP 5.4 process executor implementation.

v1.0.0(11y ago)120LGPL-3.0PHP

Since Feb 16Pushed 11y agoCompare

[ Source](https://github.com/xilon-jul/php-lightprocess-executor)[ Packagist](https://packagist.org/packages/jpons/phplib-lightprocessexecutor)[ RSS](/packages/jpons-phplib-lightprocessexecutor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

php-lightprocess-executor
=========================

[](#php-lightprocess-executor)

Php asynchronous multi-processing library

- Forking capabilities
- Asynchronous event handling via libevent
- The routing uses a flood-like algo to route messages accross a tree of processes
- Internal process communication via socket pairs A message is any type of payload and can be unicast or broadcast. There is currently no multicast support (aka group). Thus it can be achieved via aliasing processes before fork, it was not made for this purpose
- Application developper are responsible for defining listeners and writing their own application code.

```
