From: Adam Dickmeiss Date: Wed, 8 Jul 2009 13:13:51 +0000 (+0200) Subject: Better example for load_balance X-Git-Tag: v1.0.19~3 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=ab21add42e8fdef6b0a227c80db6339d65e0a44f;p=metaproxy-moved-to-github.git Better example for load_balance --- 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