« Synchronizing databases in different geographic locations | Main | Easier Production Releases »
Wednesday
Dec052007

how to: Load Balancing with iis

hello world,
can you tell me how i can implement a load balancing of a web site running under iis - windows server 2003/08

Reader Comments (5)

December 31, 1999 | Unregistered CommenterTodd Hoff

i've already read it but there isn't pratical information abaut implementing load balancing.

I've a web application running under windows 2003 iis,
now what i 've to do exacly to implement a load balancing

December 31, 1999 | Unregistered CommenterAnonymous

Im also looking for the same.Can anyone pls help in this.
Pls reply in detail.

www.codepal.co.in

December 31, 1999 | Unregistered CommenterAnonymous

NLBS is the correct way to do it.

Everything is in the documentation.

If you don't want to read it, then that's where a good consultant comes in handy.

December 31, 1999 | Unregistered Commenterspenser

In my experience NLB works OK as a simple network load balancer up to 10-15 web servers for a single instance SaaS solution. Keep in mind that it is a NETWORK load balancer and doens't know much about what happens on the application level.

If you need to build application logic into your load balancing algorithm you would probably have to look into buying a content switch (aka. layer 7 switch) that can do more sophisticated load balancing. One of the most profiled vendors here would be F5 (www.f5.com).

December 31, 1999 | Unregistered CommenterJohn A. Berg

PostPost a New Comment

Enter your information below to add a new comment.
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>