2012-07-14 19:31:32 -07:00
2012-07-07 14:38:18 -07:00
2012-07-07 14:38:18 -07:00
2012-07-14 19:31:32 -07:00
2012-06-04 21:56:51 -07:00
2012-07-07 14:38:18 -07:00

go.grace Build Status

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).

Demo HTTP Server with graceful termination and restart: https://github.com/daaku/go.grace/blob/master/gracedemo/demo.go

http level graceful termination and restart: http://go.pkgdoc.org/github.com/daaku/go.grace/gracehttp

net.Listener level graceful termination and restart: http://go.pkgdoc.org/github.com/daaku/go.grace

Description
No description provided
Readme 129 KiB
Languages
Go 96.3%
Shell 3.7%