mashupbots / socko

A Scala web server powered by Netty networking and AKKA processing.
Other
255 stars 51 forks source link

How to restart socko server seamlessly? #98

Closed chenweiyj closed 9 years ago

chenweiyj commented 10 years ago

Hi,

I am using socko server in production. So each time I update my source code, I do not want my users feel the system is down for sometime when I redeploy it. So I need a way to restart the socko server seamlessly. Anyone can help? Thank you.

veebs commented 9 years ago

Sorry this feature is not currently supported.

You can try to run 2 instances and update one before the other