Download the PHP package reactphp-x/process-manager without Composer
On this page you can find all versions of the php package reactphp-x/process-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package process-manager
ReactPHP Process Manager
一个基于ReactPHP的进程管理器,用于管理和控制子进程的生命周期,支持进程池和并发控制。
特性
- 进程池管理:支持设置最小空闲进程数和最大进程数
- 并发控制:支持等待队列和超时设置
- 流式通信:基于ReactPHP的流式接口,支持双向通信
- 异步操作:支持Promise和异步回调
安装
通过Composer安装:
基本用法
初始化进程管理器
运行任务
支持多种任务类型:
-
文件操作:
-
Promise任务:
- 持续运行的任务:
事件处理
所有流都支持以下事件:
data
:接收数据error
:错误处理end
:流结束close
:流关闭
依赖
- react/child-process: ^0.6.5
- reactphp-x/pool: ^2.0
- reactphp-x/tunnel-stream: ^1.0
- reactphp-x/concurrent: ^1.0
许可证
MIT License
All versions of process-manager with dependencies
PHP Build Version
Package Version
Requires
react/child-process Version
^0.6.5
reactphp-x/pool Version ^2.0
reactphp-x/tunnel-stream Version ^1.0
reactphp-x/concurrent Version ^1.0
reactphp-x/pool Version ^2.0
reactphp-x/tunnel-stream Version ^1.0
reactphp-x/concurrent Version ^1.0
The package reactphp-x/process-manager contains the following files
Loading the files please wait ....