1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 05:50:56 +00:00
Beego/grace
iclinux 1dd50fb65f Make parent process exit gracefully.
With beego.BConfig.Listen.Graceful  enabled, when received SIGHUP, we'll fork a child process.
But the parent process still have jobs to finish, So we can't kill the parent process directly.
2017-09-05 11:53:42 +08:00
..
conn.go gofmt and golint 2017-07-19 00:52:27 +08:00
grace.go Added hookable signals 2016-12-06 13:48:31 +01:00
listener.go fix panic: sync: negative WaitGroup counter 2017-06-13 15:19:51 +08:00
server.go Make parent process exit gracefully. 2017-09-05 11:53:42 +08:00