Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jensneuse/GoGracefulReusePort
This repo demonstrates the use of go 1.8 server.shutdown and reuseport to gracefully restart a go app.
https://github.com/jensneuse/GoGracefulReusePort
go golang graceful-shutdown reuse-port
Last synced: 2 months ago
JSON representation
This repo demonstrates the use of go 1.8 server.shutdown and reuseport to gracefully restart a go app.
- Host: GitHub
- URL: https://github.com/jensneuse/GoGracefulReusePort
- Owner: jensneuse
- Created: 2017-02-07T13:14:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T13:24:17.000Z (almost 8 years ago)
- Last Synced: 2024-11-13T07:01:44.154Z (2 months ago)
- Topics: go, golang, graceful-shutdown, reuse-port
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - GoGracefulReusePort
README
# GoGracefulReusePort
This repo demonstrates the use of go 1.8 server.shutdown and reuseport to gracefully restart a go app.Credit:
https://github.com/kavu/go_reuseport
https://tylerchr.blog/golang-18-whats-coming/
https://talks.golang.org/2017/state-of-go.slide#52
http://freeprogrammersblog.vhex.net/post/linux-39-introdued-new-way-of-writing-socket-servers/2