如何访问多个Web服务器上的beanstalk队列
我已在一台服务器上安装了 beanstalk。我们有多个要在其上使用 beanstalk 的生产服务器。目前只有 1 个 Web 服务器可以访问 beanstalkd。
如何配置或使用beanstalkd,以便我们可以访问所有服务器上的beanstalkd。
感谢您的帮助。
I have installed beanstalk on one server.we have multiple production servers on which we want to use beanstalk. Currently only 1 web server has access to beanstalkd.
How to configure or use beanstalkd so that we can access the beanstalkd on all servers.
Appreciate your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道具体问题是什么,但这里有一个通用检查表,以确保可以从其他计算机访问 IP/端口
<块引用>
统计数据
退出
像任何其他服务一样,您的服务器应该能够通过 IP 地址连接到 Beanstalkd。以 Pheanstalk 库为例,构造函数的第一个参数是服务器的 IP 地址。
I don't know what the specific issue is, but here's a generic check-list to ensure that the IP/Port is accessible from other machines
Like any other service, your servers should be able to connect to the Beanstalkd by IP address from there. With the the Pheanstalk library, for example, the first argument to to the constructor is the IP address of the server.