Relative Content

Tag Archive for javaspring-bootmultithreadingalgorithmatomic

Round Robin Load Balancer Java

I am implementing a load balancer in strict round robin way. So basically I have three 3 servers, first request should go to server 1, second should go server 2 and third should go to server 3, then back to server 1.