How do I maintain state in my web application?The most effective method of achieving statefulness in your web application is to ensure that state is stored in a medium that is accessible from all the back-ends in your load-balanced cluster. For instance, through information stored in a database or on a network-mounted filesystem. This has the major advantage of allowing true load balancing to take place over your cluster. In some situations, this approach is not available. There are therefore a number of ways in which you can cause the load balancer to ensure that a given user will always be directed to the same back-end.
For more information, please refer to Chapter 7 of the Zeus Load Balancer user manual. |
Recently...
Other Resources
|





