I am currently developing a project supported by WebLogic clustering. I successfully configured the cluster, but now I want a load balancing solution (currently, for testing only, I use WebLogic HttpClusterServletwith load balancing in a circle). Is there any documentation that provides a clear comparison (with pluses and minuses) of the different ways to provide load balancing for WebLogic?
Here are the main topics I want to touch on:
- Performance (normal and fault tolerance);
- What errors can be detected and how quickly is recovery after a failure;
- Transparency to failure (for example, the ability to automatically repeat the idempotent request);
- How well each load balancing solution is adapted to different topologies (N-level, clustering)
Thanks in advance for your help.
source
share