From 10bb07f682ceee5c15206e693103e638cf15edaf Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 13 Sep 2014 01:00:16 -0700 Subject: [PATCH] Created Graceful shutdown and restart (markdown) --- Graceful-shutdown-and-restart.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Graceful-shutdown-and-restart.md diff --git a/Graceful-shutdown-and-restart.md b/Graceful-shutdown-and-restart.md new file mode 100644 index 0000000..ef86e14 --- /dev/null +++ b/Graceful-shutdown-and-restart.md @@ -0,0 +1,3 @@ +Shadowsocks supports graceful shutdown like nginx. + +You can send SIGQUIT to sslocal or ssserver process. The process closes listening sockets but still serves alive connections, allowing you to start a new process on the same port. When all connections on the old process are closed, it will then exit. \ No newline at end of file