11-13-2018, 01:47 PM
Going stateless will drastically increase your backend network and CPU usage.
"sticky" load balancing is very easy to do. The easiest is simply load balance on start of session and redirect to a specific server or IP during that time. The new IP or host name then provides the "glue" to keep the user on that server.
In very high load scenarios, you can make a second level of separation and load balance that as well reducing the need to load balance the IW part.
"sticky" load balancing is very easy to do. The easiest is simply load balance on start of session and redirect to a specific server or IP during that time. The new IP or host name then provides the "glue" to keep the user on that server.
In very high load scenarios, you can make a second level of separation and load balance that as well reducing the need to load balance the IW part.

