dongtangu6144 2016-07-05 01:51
浏览 94
已采纳

在Go中使用活动的WebSocket连接正常重启服务器

I had a look at this library from Facebook:

https://github.com/facebookgo/grace

And some others like this one:

https://github.com/fvbock/endless

That let's me do graceful restarts of Go servers so that I have zero downtime and so that I can finish up the ongoing requests preventing data to be corrupted and so on.

But I am wondering how this would work if I had active WebSocket connections while doing this? Would the old server never stop running since there are active WebSocket connections? I don't care too much about the WebSocket connections I only care about the normal requests being served before shutting down the old server and firing up the new updated compiled file that will serve the new logic.

How will this behave with WebSockets?

  • 写回答

1条回答 默认 最新

  • dszpyf4859 2016-07-05 03:05
    关注

    Write the application to handle reconnects. Server restarts are just one reason that a connection might be dropped.

    To restart a server with websockets (or any type of long-lived connection), start the new server, stop listening for connections on the old server and drain the connections on the old server by closing the connections. If the application is written to handle reconnects, then the server restart should not be visible to the user.

    It's helpful to drain the connections instead of closing them all in one fell swoop. This avoids a denial of service attack by your own clients as they reconnect, authenticate, query database for message backlogs, etc. etc.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 券商软件上市公司信息获取问题
  • ¥100 ensp启动设备蓝屏,代码clock_watchdog_timeout
  • ¥15 Android studio AVD启动不了
  • ¥15 陆空双模式无人机怎么做
  • ¥15 想咨询点问题,与算法转换,负荷预测,数字孪生有关
  • ¥15 C#中的编译平台的区别影响
  • ¥15 软件供应链安全是跟可靠性有关还是跟安全性有关?
  • ¥15 电脑蓝屏logfilessrtsrttrail问题
  • ¥20 关于wordpress建站遇到的问题!(语言-php)(相关搜索:云服务器)
  • ¥15 【求职】怎么找到一个周围人素质都很高不会欺负他人,并且未来月薪能够达到一万以上(技术岗)的工作?希望可以收到写有具体,可靠,已经实践过了的路径的回答?