kridsana_52318
Mar 15, 2015Nimbostratus
what is round robin algorithm in deep
Hi
I have 12 client access VS with have 12 pool member and perform source persist
at fist
when client 1 access VS >> LB to webserver1.
when client 1 access VS again >> LB to webserver1 due to source persist
but when client 2 access VS >> LB to webserver1 !!
question is Why client 2 LB to webserver1 ? RR method is to LB to server "next in line" so this client 2 should LB to webserver2, am I correct?
From this problem we experience Uneven LB (some webserver have no client LB to it and some webserver have more client than the rest)
How is Round robin algorithm actually do?
Thank you