Skip to content

yushuailiu/gracefulServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gracefulServer

gracefulServer is a simple library which makes it easy to graceful restart golang server。

Usage

You can find the usage of this library from the demo

Update server steps:

  1. replace the server file or configure files
  2. find the processor id of the server
  3. exec kill -USR2 [pid]

About

gracefulServer is a simple library which makes it easy to graceful restart golang server。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages