note about systemd compatibility in readme
This commit is contained in:
parent
8b2bf35743
commit
0109b3fb52
@ -5,6 +5,12 @@ Package grace provides a library that makes it easy to build socket
|
||||
based servers that can be gracefully terminated & restarted (that is,
|
||||
without dropping any connections).
|
||||
|
||||
It provides a convenient API for HTTP servers, especially if you need to listen
|
||||
on multiple ports (for example a secondary internal only admin server).
|
||||
Additionally it is implemented using the same API as systemd providing [socket
|
||||
activation](http://0pointer.de/blog/projects/socket-activation.html)
|
||||
compatibility to also provide lazy activation of the server.
|
||||
|
||||
Demo HTTP Server with graceful termination and restart:
|
||||
https://github.com/daaku/go.grace/blob/master/gracedemo/demo.go
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user