X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=doc%2Ffrontend_net.xml;h=9d8cdca2897c3c2b455f2c005646a74e93622518;hb=22adc12d2edd064097e33f4d7e826e91a0f5c3ea;hp=5d69f5353e3d0928a3c3eea6bb5b10daff4b6a81;hpb=a7d0816d8e587b0743cdfda1cbb2321315be7946;p=metaproxy-moved-to-github.git diff --git a/doc/frontend_net.xml b/doc/frontend_net.xml index 5d69f53..9d8cdca 100644 --- a/doc/frontend_net.xml +++ b/doc/frontend_net.xml @@ -1,18 +1,25 @@ - + + %idcommon; ]> - - + + + Metaproxy + Index Data + + frontend_net 3mp - Metaproxy Module - + Metaproxy Module + frontend_net - network server + Metaproxy Network Server module that accepts Z39.50 and + HTTP requests DESCRIPTION @@ -21,10 +28,42 @@ 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 - A typical configuration looks as likes: + A typical configuration looks like this: @:9000 @@ -49,15 +88,7 @@