Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does `sticky load balancing affect performance ?

affect load PERFORMANCE sticky
0
10 Posted

How does `sticky load balancing affect performance ?

0

ASticky load balancing ensures that requests for a particular application component continue to be sent to the server that first serviced the request, within a particular session. It is important to understand that sticky load balancing works at the session level; it does not force the same server to handleallrequests for that component, merely requests within a given session (otherwise we would not be doing load balancing at all). In some circumstances, load balancing can be less effective than we might expect. Specifically, if a server cannot handle an incoming request, it must re-route it to a server that can.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.