database64128/shadowsocks-go

Reload configuration without downtime

Closed this issue · 4 comments

Is there any way to tell the server to reload the configuration without downtime like nginx?

It's possible to implement it, but I'm not sure if it's really worth it. There are too many implications. How often do you need to reload the config? Which part do you want reloading to update?

Not too often. I'm thinking of adding/removing a server configuration on the fly.

Not exactly what you asked for, but the latest commit added support for reloading uPSKs. Is this enough for your use case?

Yes, thanks.