The load-balance Statement
Syntax
load-balance {
[ statements ]
}
The load-balance
section is similar to the redundant
section
except that only one module in the subsection is ever called.
In general, the redundant-load-balance statement is more useful than this one.
- [ statements ]
-
One or more
unlang
commands. Only one of the statements is executed.
Examples
load-balance &User-Name {
sql1
sql2
}