1
liuguichao 2019-07-03 09:42:03 +08:00
Note that a daemonic process is not allowed to create child processes. Otherwise a daemonic process would leave its children orphaned if it gets terminated when its parent process exits. Additionally, these are not Unix daemons or services, they are normal processes that will be terminated (and not joined) if non-daemonic processes have exited.
|
2
wuwukai007 2019-07-18 17:36:59 +08:00
设置环境变量 export PYTHONOPTIMIZE=1
ldconfig |