From ab21add42e8fdef6b0a227c80db6339d65e0a44f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 8 Jul 2009 15:13:51 +0200 Subject: [PATCH] Better example for load_balance --- doc/load_balance.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/doc/load_balance.xml b/doc/load_balance.xml index fe56d31..f71a294 100644 --- a/doc/load_balance.xml +++ b/doc/load_balance.xml @@ -22,23 +22,35 @@ This filter balances load among Z39.50 targets based on statistics gathered on number of open sessions and number of open package requests. + + The load balancing is depending on targets to be specified (vhosts). + Most Z39.50 clients do not specify that. For this reason, this + filter is mostly used as a follower to filter virt_db. + EXAMPLES - A typical configuration looks like this: + This configuration offers one database, Default, + which is load-balanced between two backend servers. + Default + host1:210/Default + host2:210/Default + ]]> + SEE ALSO - metaproxy - 1 + virt_db + 3mp -- 1.7.10.4