<chapter id="proxy">
- <!-- $Id: proxy.xml,v 1.3 2002-10-22 08:23:57 adam Exp $ -->
+ <!-- $Id: proxy.xml,v 1.4 2002-10-22 14:04:17 mike Exp $ -->
<title>YAZ Proxy</title>
<para>
The YAZ proxy is a transparent Z39.50 to Z39.50 gateway.
It does not store "state" information on the hard drive
except the log files you want.
</para>
- <section><title>Specifying the backend target</title>
+ <section id="proxy-target">
+ <title>Specifying the backend target</title>
<para>
When a Z39.50 client session is accepted by the proxy, the proxy
determines the backend target by the following rules:
</orderedlist>
</para>
</section>
- <section><title>Keep-alive facility for Stateless clients</title>
+ <section id="proxy-keepalive">
+ <title>Keep-alive facility for Stateless clients</title>
<para>
Stateless clients may generate a cookie for a Z39.50
session which is sent to the proxy as part of PDUs.
</para>
</section>
- <section><title>Query Caching</title>
+ <section id="proxy-cache">
+ <title>Query Caching</title>
<para>
Simple stateless clients often sends identical Z39.50 searches
in a relatively short period of time (full-list, next-page,
</section>
- <section><title>Other optimizations</title>
+ <section id="proxy-optimizations">
+ <title>Other optimizations</title>
<para>
We've had some plans to support caching of result set records,
but this had not yet been implemented.
</para>
</section>
- <section><title>Proxy usage</title>
+
+ <section id="proxy-usage">
+ <title>Proxy usage</title>
<para>
</para>
<refentry id="yaz-proxy">