Forum Discussion

Muhammad_Irfan1's avatar
Oct 22, 2014
Solved

Connection Timout Problem in Load balancing

I have a VS and 3 Pool members and http traffic is load balanced in Round Robin fashion. First Round Robin was not behaving normal by sending many requests to same pool member even after connection t...
  • shaggy_121467's avatar
    Oct 22, 2014

    You could try specifying a Maximum Requests value of "1" in an HTTP profile and apply it to the virtual server.

     

    Chances are that the client is re-using the same TCP connection for multiple HTTP requests. The profile change would limit the client to one HTTP request per connection. You could also enable oneconnect on the VS and see if that makes a difference