From: Mike Taylor Date: Tue, 22 Oct 2002 14:04:17 +0000 (+0000) Subject: Assign "id" attributes to each of the
s of the proxy document. X-Git-Tag: YAZPP.0.5~35 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=ed3df7ad6c5f8c8dbd9c1c97c5c9cd2957a24ad9 Assign "id" attributes to each of the
s of the proxy document. This is mostly so that we get nice HTML files generated, rather than a lot of randomly-named x3454.html's every time we rebuild. --- 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