An open API service indexing awesome lists of open source software.

https://github.com/in2code-de/process-manager

This is a fork from the co-stack package https://gitlab.com/co-stack.com/co-stack.com/php-packages/process-manager
https://github.com/in2code-de/process-manager

Last synced: 21 days ago
JSON representation

This is a fork from the co-stack package https://gitlab.com/co-stack.com/co-stack.com/php-packages/process-manager

Awesome Lists containing this project

README

          

> **📦 Migration Notice**
> This package was originally hosted at `https://gitlab.com/co-stack.com/co-stack.com/php-packages/process-manager`.
> It is now maintained by [in2code GmbH](https://www.in2code.de).
>
> - **Old location:** `co-stack.com/co-stack.com/php-packages/process-manager` (no longer available)
> - **New location:** `github.com/in2code-de/process-manager`
> - **Composer name:** `co-stack/process-manager` (unchanged)

# This is a fork from the abandoned package [co-stack/process-manager](https://gitlab.com/co-stack.com/co-stack.com/php-packages/process-manager)

This package is a simple wrapper to enable parallel processing using [Symfony Process](http://symfony.com/doc/current/components/process.html) component and is only
used in the Content Publisher setup.

---

# co-stack/process-manager

A simple wrapper to enable parallel processing
using [Symfony Process](http://symfony.com/doc/current/components/process.html) component.

## Installation

`composer require co-stack/process-manager`

## Example

```php
runParallel($processes, $maxParallelProcesses, $pollingInterval);
```

## Other

This is a fork of [jagandecapri/symfony-parallel-process](https://github.com/jagandecapri/symfony-parallel-process)
where I contributed to in 2016. Since that, the repo was not maintained, so I decided to take over and update it.