可以正确地说,运行这两个命令会得到相同的结果-平稳停止吗?
@computed isLoading() {
return this.store1.loading || this.store2.loading || this.store3.loading
}
和
kill -28 [apache_pid]
根据apache docs和此stackoverflow question,我倾向于是。 apachectl -k graceful-stop
将绞盘信号发送到apache,相当于使用apachectl cli。
答案 0 :(得分:0)
在测试之后,我可以确认to命令的结果相同。它们都会导致正常重启。