Windows 7 Pro 桌面上的负载平衡
出于开发和测试目的,我想在 Windows 7 Pro 桌面上安装两个“网络头”和一个数据库,然后在它们之间循环传入请求。基本设置很简单,但我没有好的解决方案来在两个网络头之间分配请求。
有没有可以在 Windows 7 Pro 上运行的负载平衡解决方案?
PS 我可以设置服务器操作系统虚拟机并使用 Windows 负载平衡,但如果将其全部包含在我的桌面计算机上会方便得多。
For development and testing purposes, I'd like to install two "web heads" and a database on my Windows 7 Pro desktop, and then round-robin the incoming requests between them. The basic setup is easy enough, but I have no good solution for distributing the requests between the two web heads.
Is there any load balancing solution that I can run on Windows 7 Pro?
P.S. I can setup Server OS VMs and use Windows Load Balancing, but it would be so much more convenient to have it all contained on my desktop machine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以按照此处的建议尝试使用 perlbal。 Perlbal 很受尊重,而且 perl 在 Windows 上运行良好,所以它应该绰绰有余。如果您碰巧在生产中使用 BigIP,F5 还具有虚拟设备。
You could try using perlbal as suggested here. Perlbal is pretty well respected, and perl runs well on windows, so it should be more than adequate. F5 also has a virtual appliance if you happen to be using BigIP in production.