4

I want to load balance a bunch of VMs, but don't have any Linux boxes available. Typically, afaik, it's done with HAProxy on Linux.

Is there an HAProxy equivalent on Windows? (free, open-source if possible).

AngryHacker
  • 2,877
  • 6
  • 32
  • 33

2 Answers2

4

You could use Microsoft Network Load Balancing. It works well (we've used it for a few years), however its Layer 3/4 AFAIK - ie it won't detect if your IIS is down.

Marcus
  • 400
  • 2
  • 5
  • 16
2

Another option is to use ISA server infront of it but that comes with another set of issues i.e. it becomes a SPOF

A linux VM running something like HAProxy, Pound, Varnish etc. might fit your needs.

Andy Davies
  • 186
  • 6