gerkirill / parallel-processing
Php library for easy object-oriented parallel processing
1.0.3
2012-08-09 11:51 UTC
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2026-03-14 21:12:57 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).