I use Application request routing in my farm environnement.

I got 2 ARR server and 2 IIS server in my farm. I configure my routing to load balance request even to my iis server, but when i look worker process in my farm server, only one server receive all the request and the other server is idle.

Could someone tell my if i am rigth or not but ARR suppose to load balance the request even on all my farm server if i configure it to do that rigth ?

My load balance configuration is Weigthed total traffic,(even distribution). My server affinity is set to Client affinity, Use host name, ignore subdomain

link|improve this question

65% accept rate
In your server farm, double click Load Balance. What algorithm are you using? – Dave Holland Sep 13 '10 at 2:02
Actually is Least response time – Cédric Boivin Sep 16 '10 at 18:06
feedback

2 Answers

I could make a rather long post, detailing all the possibilities causing this, or I could give you an extremely useful link that walks one through the entire process. I'll do the second thing!

http://blogs.msdn.com/b/webdevtools/archive/2009/02/17/iis7-load-balancing-routing-module-now-available.aspx

If you find that you cannot solve your problem with the steps listed in this article then feel free to respond with what problems still plague you.

link|improve this answer
feedback

Try "Weighted round robin" and fire at least 2 requests then check whether your servers receive the requests or not.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.