|
Zhamao Framework 3.2.4
A high-performance chatbot + web framework
|
静态 Public 成员函数 | |
| static | isMultiWorkers () |
| static | isTaskWorker () |
| static | removeProcessState (int $type, int|string $id_or_name=null) |
| static | getProcessState (int $type, mixed $id_or_name=null) |
| static | saveProcessState (int $type, int|string $pid, array $data=[]) |
| static | isStateEmpty () |
静态 Public 属性 | |
| static array | $process_mode = [] |
|
static |
用于框架内部获取多进程运行状态的函数
| ZMKnownException |
|
static |
查看是否为多 Worker 模式,插件可能用得到
|
static |
|
static |
|
static |
删除进程运行状态
| ZMKnownException |
|
static |
将各进程的pid写入文件,以备后续崩溃及僵尸进程处理使用
|
static |