burst 启动分析(一)run方法 发表于 2017-07-13 | 分类于 pyq , 工作 Burst 启动分析(一)run方法流程分析 st=>start: Start i=>inputoutput: 启动的环境变量参数 cond1=>condition: 参数为空? cond2=>condition: 参数的type为proxy? cond3=>condition: 参数的type为worker? sub1=>subroutine: 启动master子进程 sub2=>subroutine: 启动proxy子进程 sub3=>subroutine: 启动worker子进程 e=>end st->i->cond1 cond1(yes)->sub1->e cond1(no)->cond2 cond2(yes)->sub2->e cond2(no)->cond3 cond3(yes)->sub3->e cond3(no)->e{"theme":"simple","scale":1,"line-width":2,"line-length":50,"text-margin":10,"font-size":12}