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
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-12 23:36:51 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).