We'are going to join 2 (two) IIS7 web-servers into NLB with the same web-service published (2 instances of the same web-service one per web-server).
- Do I understand correctly, that NLB will work for my web-services, delegating web requests to one or another instance?
- How will NLB work if one of web service instances becomes unavailable (i.e. starts to throw SOAP exceptions or HTTP errors)?
- Will NLB take into account the average web service response time to decide the web-service instance to delegate processing?
Thank you in advance!