1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-30 04:39:01 +01:00
parallel/examples
Aaron Piotrowski cb5ea736d4
Improve process IPC
Processes now use a shared server socket instead of stdin and stdout for IPC.
2018-10-07 09:31:35 -05:00
..
blocking-process.php Refactor Process to make writing child processes simple 2017-12-10 16:39:49 -06:00
BlockingTask.php Improve worker-pool example (#30) 2017-11-20 19:21:53 +01:00
parcel-process.php Add SharedMemoryParcel example 2017-12-12 23:38:23 -06:00
process.php Improve process IPC 2018-10-07 09:31:35 -05:00
shared-memory-parcel.php Add SharedMemoryParcel example 2017-12-12 23:38:23 -06:00
thread.php spawn → run 2017-12-10 17:01:10 -06:00
threaded-parcel.php Add SharedMemoryParcel example 2017-12-12 23:38:23 -06:00
worker-pool.php Remove Worker::start() 2017-12-13 14:14:31 -06:00
worker.php Remove Worker::start() 2017-12-13 14:14:31 -06:00