All Projects → overtrue → php-multi-process-runner

overtrue / php-multi-process-runner

Licence: MIT License
基于PHP拓展PCNTL的多进程执行工具

Programming Languages

PHP
23972 projects - #3 most used programming language

PHP Multi-process Runner

基于 PHP 拓展 PCNTL 的多进程执行工具。

Usage

下载 pmr 到本地

wget https://raw.githubusercontent.com/overtrue/php-multi-process-runner/master/pmr 

添加权限

sudo chmod +x ./pmr

语法:

./pmr 命令 最大进程数

多进程运行一个 php 文件示例:

./pmr "php test.php" 50

开启50个进程运行 php test.php

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].