1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY copyright SYSTEM "copyright.xml">
4 <!ENTITY % idcommon SYSTEM "common/common.ent">
7 <refentry id="ref-multi">
9 <productname>Metaproxy</productname>
10 <info><orgname>Index Data</orgname></info>
14 <refentrytitle>multi</refentrytitle>
15 <manvolnum>3mp</manvolnum>
16 <refmiscinfo class="manual">Metaproxy Module</refmiscinfo>
20 <refname>multi</refname>
21 <refpurpose>Metaproxy Package Multiplexer Module</refpurpose>
24 <refsect1><title>DESCRIPTION</title>
26 This filter multiplexes packages.
29 The multi filter consists of zero or more
30 <literal><target></literal> elements.
31 If a target matches a given target specified as CDATA in the
32 target element, the multi filter will route traffic to the route
33 given by the route attribute.
36 A target element is not required for multi-plexing to work.
37 It merely serves as a way to route differently.
41 <literal><hideunavailable></literal>
42 element is placed inside the
43 <literal>multi</literal>
44 filter, then unavailable databases are not reported to the client,
45 but simply ignored (unless every one of the databases is
50 <literal><hideerrors></literal>
51 element is placed inside the
52 <literal>multi</literal>
53 filter, then databases that reports diagnostics are not reported back
54 to the client, but simply ignored (unless every one of the databases report
59 <refsect1><title>SCHEMA</title>
60 <literallayout><xi:include
61 xi:href="../xml/schema/filter_multi.rnc"
63 xmlns:xi="http://www.w3.org/2001/XInclude" />
67 <refsect1><title>EXAMPLES</title>
69 A typical configuration looks like this:
72 <target route="route1">z3950.loc.gov:7090/voyager</target>
73 <target route="route2">bagel.indexdata.dk/gils</target>
74 <target route="other">*</target>
82 <refsect1><title>SEE ALSO</title>
85 <refentrytitle>metaproxy</refentrytitle>
86 <manvolnum>1</manvolnum>
91 <refentrytitle>virt_db</refentrytitle>
92 <manvolnum>3mp</manvolnum>
100 <!-- Keep this comment at the end of the file