普通网友 2018-09-25 12:42
浏览 271
已采纳

如何运行一个GO应用程序的多个实例?

In python, you may have uwsgi application server run multiple instances of your application at the same time.

The problem is not about load-balancing incoming requests in which goroutines do best. You can have many goroutines run concurrently but until the main app is alive. If the app crashes no goroutines are there to process any task.

My question is: how we can run multiple instances of one go app at the same time?. If the problem is solved in another way by Go, what is that?

  • 写回答

1条回答 默认 最新

  • douyicao2199 2018-09-25 16:36
    关注

    As people have stated prior, you'll want to have various instances running to help decrease downtime. Theoretically multiple instances on the same server will prevent most of the software crashing downtime. If you're worried about hardware failure, you'll want multiple servers running with some loadbalancer/proxy handling the request. Things like nginx or haproxy will provide that.

    You may also want to consider containerization for this. Containerization allows you to easily run multiple software instances of your application, and it'll be easy to ensure you have the number you want. Kubernetes and related apps will improve this reliability even further, and give you clustering.

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

报告相同问题?

悬赏问题

  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败