InterviewSolution
| 1. |
What Does Sticky Session Mean In A Web-farm Scenario? |
|
Answer» Sticky session is a characteristic which provides LOAD balancing solution for web farms for re-routing the request of the session to the machine which FIRST answered the request for that session. This ensures the session persistency in CASE when the session is ROUTED to other servers. Sticky session causes UNEVEN load distribution across servers. Sticky session is a characteristic which provides load balancing solution for web farms for re-routing the request of the session to the machine which first answered the request for that session. This ensures the session persistency in case when the session is routed to other servers. Sticky session causes uneven load distribution across servers. |
|