WebLogic load balancing

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.

+3
source share
1 answer

Is there any documentation that provides a clear comparison (with pluses and minuses) of the different ways to provide load balancing for WebLogic?

It is not clear which application you are creating and what technologies are involved. But...

( ), , , . : 1. , , 2. , WebLogic Apache ( BEA) . , - - , , Apache mod_wl. . Apache HTTP Server Plug-In.

, :

, , , Clustering Best Practices.

+6

Source: https://habr.com/ru/post/1729218/


All Articles