X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fproxy.xml;fp=doc%2Fproxy.xml;h=3948f4efa8d6cbd9e4def57dd64e949d3fab03ab;hb=ed3df7ad6c5f8c8dbd9c1c97c5c9cd2957a24ad9;hp=67ee3126079287b1b1a01e64b3945d443ae0158b;hpb=45278a327fad623114c05c7fa23b2aa000f14873;p=yazpp-moved-to-github.git diff --git a/doc/proxy.xml b/doc/proxy.xml index 67ee312..3948f4e 100644 --- a/doc/proxy.xml +++ b/doc/proxy.xml @@ -1,5 +1,5 @@ - + YAZ Proxy The YAZ proxy is a transparent Z39.50 to Z39.50 gateway. @@ -18,7 +18,8 @@ It does not store "state" information on the hard drive except the log files you want. -
Specifying the backend target +
+ Specifying the backend target When a Z39.50 client session is accepted by the proxy, the proxy determines the backend target by the following rules: @@ -43,7 +44,8 @@
-
Keep-alive facility for Stateless clients +
+ Keep-alive facility for Stateless clients Stateless clients may generate a cookie for a Z39.50 session which is sent to the proxy as part of PDUs. @@ -64,7 +66,8 @@
-
Query Caching +
+ Query Caching Simple stateless clients often sends identical Z39.50 searches in a relatively short period of time (full-list, next-page, @@ -84,13 +87,16 @@
-
Other optimizations +
+ Other optimizations We've had some plans to support caching of result set records, but this had not yet been implemented.
-
Proxy usage + +
+ Proxy usage