7 Star 8 Fork 4

cbwfree/FireflyDaemon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
startmaster.py 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
cbwfree 提交于 2015-12-31 23:31 . add file
# coding: utf8
"""
启动服务器
@name: startmaster.py
@author: cbwfree
@create: 15/12/29 20:02
"""
from firefly.master.master import Master, MULTI_SERVER_MODE
from twisted.application import service
import initialize
APP_NAME = "firefly"
APP_SCRIPT = "appmain.py"
# 创建Application容器
application = service.Application(APP_NAME)
# 创建守护进程
master = Master()
master.set_script(APP_SCRIPT) # 设置启动脚本
master.set_mode(MULTI_SERVER_MODE) # 设置启动模式
master.start(application) # 启动守护进程
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/cbwfree/FireflyDaemon.git
git@gitee.com:cbwfree/FireflyDaemon.git
cbwfree
FireflyDaemon
FireflyDaemon
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385