Windows/.NET Load Distribution & Balancing

Posted by andrewbadera on Stack Overflow See other posts from Stack Overflow or by andrewbadera
Published on 2010-05-06T19:42:24Z Indexed on 2010/05/06 19:48 UTC
Read the original article Hit count: 309

Hi all,

Is there a vetted Windows-friendly, or even .NET-native, load-distributing/load-balancing utility out there along the lines of HA Proxy? We have a .NET stack product, and the one piece that we step out of the stack is for load-balancing.

We need something with configurable rules for distribution -- perhaps subdomain-driven -- that NLB alone doesn't seem to offer. If it integrates directly with .NET, or offers an exposed API callable by webservices, so much the better!

Thanks in advance!

Clarification: we need to logically part over boxes. This is not just a cluster/failover/replication scenario.

© Stack Overflow or respective owner

Related posts about load-balancing

Related posts about load-distributing