Man page for each module.
[metaproxy-moved-to-github.git] / doc / frontend_net.xml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" 
2     "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [
3  <!ENTITY copyright SYSTEM "copyright.xml">
4 ]>
5 <!-- $Id: frontend_net.xml,v 1.1 2006-03-27 13:41:40 adam Exp $ -->
6 <refentry>
7  <refmeta>
8   <refentrytitle>frontend_net</refentrytitle>
9   <manvolnum>3mp</manvolnum>
10    <refmiscinfo>Metaproxy Module</refmiscinfo>
11 </refmeta>
12  
13  <refnamediv>
14   <refname>frontend_net</refname>
15   <refpurpose>network server</refpurpose>
16  </refnamediv>
17  
18  <refsect1><title>DESCRIPTION</title>
19   <para>
20    This is a frontend module. Listens on one or more ports and
21    sends HTTP/Z39.50 messages to other filters.
22   </para>
23  </refsect1>
24  
25  <refsect1><title>EXAMPLES</title>
26   <para>
27    A typical configuration looks as likes:
28    <screen><![CDATA[
29     <filter type="frontend_net">
30      <port>@:9000</port>
31      <threads>10</threads>
32     </filter>
33 ]]>
34    </screen>
35   </para>
36  </refsect1> 
37  
38  <refsect1><title>SEE ALSO</title>
39   <para>
40    <citerefentry>
41     <refentrytitle>metaproxy</refentrytitle>
42     <manvolnum>1</manvolnum>
43    </citerefentry>
44   </para>
45  </refsect1>
46  
47  &copyright;
48 </refentry>
49
50 <!-- Keep this comment at the end of the file
51 Local variables:
52 mode: sgml
53 sgml-omittag:t
54 sgml-shorttag:t
55 sgml-minimize-attributes:nil
56 sgml-always-quote-attributes:t
57 sgml-indent-step:1
58 sgml-indent-data:t
59 sgml-parent-document:nil
60 sgml-local-catalogs: nil
61 sgml-namecase-general:t
62 End:
63 -->