gerkirill/parallel-processing

用于简单面向对象并行处理的PHP库

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库,用于简单面向对象并行处理。

示例可以在以下位置找到 - https://github.com/gerkirill/ParallelProcessingExample

此库不使用pcntl_fork。它只是使用proc_open启动独立的进程,因此可以从运行在Apache Web服务器下的脚本中使用(如果需要的话)。