X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Fbook.xml;h=430b27b8edea4dde089caa28a4f19d727f2b9e63;hb=ef98468ea4c580b5d3bcdae2b3889703af4fb778;hp=26fd0a5ba76102ef45101a54c69f50b86731e173;hpb=66d4ec677bbc06aa9be29ab2e5fa2bec7442a7fa;p=metaproxy-moved-to-github.git diff --git a/doc/book.xml b/doc/book.xml index 26fd0a5..430b27b 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -17,7 +17,7 @@ --> ]> - + Metaproxy - User's Guide and Reference @@ -778,6 +778,20 @@ Figure out what additional information we need in:
+ <literal>load_balance</literal> + (mp::filter::LoadBalance) + + Performs load balancing for incoming Z39.50 init requests. + It is used together with the virt_db filter, + but unlike the multi filter it does send an + entire session to only one of the virtual backends. The + load_balance filter is assuming that + all backend targets have equal content, and chooses the backend + with least load cost for a new session. + +
+ +
<literal>multi</literal> (mp::filter::Multi)