dev-master
9999999-dev https://github.com/hpbuniat/parallelyparallely
BSD-3-Clause
The Requires
- php >=5.3.3
by Hans-Peter Buniat
parallely parallel execution
Wallogit.com
2017 © Pedro Peláez
parallely
parallely is a re-usable component to do parallel-processing with php., (*1)
"parallel": {
"adapter": "sharedmemory",
"config": {
"path": "/tmp",
"host": "localhost",
"port": 11211
}
}
$oParallel = \parallely\Builder::build($aStack, $oConfig->adapter, $oConfig->config);
$oParallel->run(array(
'check' => array(
$iTime
),
'run'
));
With empty or invalid configuration, parallely will process all stacks sequentially., (*2)
You may add own adapters by simply implementing the TransportInterface., (*3)
parallely
BSD-3-Clause
parallely parallel execution