X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Ffrontend_net.xml;h=702de7ce49be9016067d768425c8266d70c2404e;hb=7d3e19217e35aa9674166cf632662d1b21e43910;hp=40c6d4a2e78261dd92e293bb226be13ef3090274;hpb=9960226abe1700d3dc87e68529755e5cff09f0d9;p=metaproxy-moved-to-github.git diff --git a/doc/frontend_net.xml b/doc/frontend_net.xml index 40c6d4a..702de7c 100644 --- a/doc/frontend_net.xml +++ b/doc/frontend_net.xml @@ -1,16 +1,20 @@ - - - %common; + + %idcommon; ]> - - + + + Metaproxy + Index Data + + frontend_net 3mp - Metaproxy Module - + Metaproxy Module + frontend_net @@ -24,6 +28,38 @@ sends HTTP/Z39.50 messages to other filters. + + CONFIGURATION + + Element port is a repeating element (1 or more). The + text content specifies a listening port. + + + Element threads is an optional element. The + text content specifies number of worker threads for the following + filters to use. The default value is 5 (5 worker threads). + + + Element timeout is an optional element. The + text content is treated as an integer that specifies the session timeout + in seconds for a client session (using the frontend net filter). The + default value is 300 (5 minutes). + + + Element connect-max is an optional element. The + text content is treated as an integer that specifies maximum number + of TCP sessions from the same original IP. The special value 0 means + : no connection limit. This is also the default if this element is omitted. + + + + SCHEMA + + + EXAMPLES