14 Star 55 Fork 26

a07061625 / swooleyaf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
helper_service_manager.php 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
紫血剑神 提交于 2020-07-23 13:47 . add helper_load_example.php
<?php
require_once __DIR__ . '/helper_load.php';
$phpInfo = include __DIR__ . '/helper_php.php';
$type = \SyTool\Tool::getClientOption('-st', false, 'server');
if ($type == 'server') {
$projects = include __DIR__ . '/config_projects.php';
$commandPrefix = $phpInfo['dir_bin'] . ' ' . __DIR__ . '/helper_service.php';
\Helper\ServiceManager::handleAllService($commandPrefix, $projects);
} elseif ($type == 'processpool') {
$pools = include __DIR__ . '/config_pools.php';
$commandPrefix = $phpInfo['dir_bin'] . ' ' . __DIR__ . '/helper_service.php';
\Helper\ServiceManager::handleAllProcessPool($commandPrefix, $pools);
} else {
exit('服务类型不支持' . PHP_EOL);
}
PHP
1
https://gitee.com/a07061625/swooleyaf.git
git@gitee.com:a07061625/swooleyaf.git
a07061625
swooleyaf
swooleyaf
master

搜索帮助