将服务器添加到服务中
我正在构建一个架构,其中 Web 服务器以随机方式将作业分派到后台工作节点,以便负载平衡。
我的 Web 服务器如何知道我已添加工作节点?
谢谢!
I'm building an architecture in that web servers dispatches jobs to background worker nodes in a random way so the load is balanced.
How could my web servers know that I've added a worker node?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他们可以通过连接到您的网络服务器上的特殊 URI 来说“嗨,我在这里为食物工作”。
They could just say “Hi, I'm here and work for food” by connecting to a special URI on your web servers.