Custom advisors
This section discusses writing custom advisors for the
Load Balancer
.
Subtopics
Advisors provide load-balancing information
Advisors are software agents that work within
Load Balancer
to provide information about the load on a given server.
Creating a custom advisor
A custom advisor is a small piece of Java™ code, provided as a class file, that is called by the
Load Balancer
base code to determine the load on a server.
Examples of custom advisors
Learn how to implement custom advisors.