1
liuxurong 2012 年 12 月 14 日
同疑問。 Supervisor 控制重啟可以不可以用 nginx 的 reopen 而不直接kill
|
2
zuroc 2012 年 12 月 14 日
|
6
keakon OP 发现一个办法,先 server.stop() 这样会停止接收新请求,再每隔一段时间判断 not ioloop._callbacks,然后调用 ioloop.stop():
https://groups.google.com/forum/?fromgroups=#!topic/python-tornado/VpHp3kXHP7s |
7
sdjl 2012 年 12 月 25 日
同问, webpy怎么做到?
|