gerkirill/parallel-processing

Php library for easy object-oriented parallel processing

1.0.3 2012-08-09 11:51 UTC

This package is not auto-updated.

Last update: 2024-09-28 13:51:10 UTC


README

Php library for easy object-oriented parallel processing.

Examples can be found here - https://github.com/gerkirill/ParallelProcessingExample

This library does not use pcntl_fork. It just starts separate processes with proc_open and thus can be used from script running under Apache web server (in a case you need that).