Ignore program tstxmalloc
[yaz-moved-to-github.git] / doc / frontend.xml
index 3ba20b2..18a4f27 100644 (file)
@@ -1,4 +1,3 @@
-<!-- $Id: frontend.xml,v 1.34 2007-05-31 09:45:14 adam Exp $ -->
  <chapter id="server"><title>Generic server</title>
   <sect1 id="server.introduction"><title>Introduction</title>
    
@@ -410,6 +409,8 @@ typedef struct bend_initrequest
     /** \brief SRU record update handler */
     int (*bend_srw_update)(void *handle, bend_update_rr *rr);
 
+    /** \brief whether named result sets are supported (0=disable, 1=enable) */
+    int named_result_sets;
 } bend_initrequest;
 
 typedef struct bend_initresult
@@ -523,8 +524,8 @@ typedef struct {
      structure definitions in the file
      <filename>include/yaz/z-core.h</filename>. If you want to look at the
      attributeSetId OID of the RPN query, you can either match it against
-     your own internal tables, or you can use the
-     <literal>oid_getentbyoid</literal> function provided by &yaz;.
+     your own internal tables, or you can use the <link linkend="tools.oid">
+     OID tools</link>.
     </para>
 
     <para>
@@ -589,7 +590,7 @@ typedef struct bend_fetch_rr {
      The <literal>number</literal> is the offset into the set (with 1
      being the first record in the set). The <literal>format</literal> field
      is the record format requested by the client (See
-     <xref linkend="asn.oid"/>).
+     <xref linkend="tools.oid"/>).
      A value of NULL for <literal>format</literal> indicates that the
      client did not request a specific format.
      The <literal>stream</literal> argument is an &odr; stream which
@@ -829,7 +830,7 @@ typedef struct bend_scan_rr {
      The server will change identity to <literal>nobody</literal>
      and write its log to <filename>/var/log/app.log</filename>.
      <screen>
-      <replaceable>appname</replaceable> -l /var/log/app.log -u nobody tcp:@:210
+      application -l /var/log/app.log -u nobody tcp:@:210
      </screen>
     </para>
     <para>
@@ -866,12 +867,12 @@ typedef struct bend_scan_rr {
      on UNIX file socket rather than a Internet socket. To listen on
      <filename>/tmp/mysocket</filename> start the server as follows:
      <screen>
-      <replaceable>appname</replaceable> tcp:/tmp/mysocket
+      application unix:/tmp/mysocket
      </screen>
     </para>
    </example>
   </sect1>
-  <sect1 id="server.vhosts"><title>Virtual Hosts</title>
+  <sect1 id="server.vhosts"><title>GFS Configuration and Virtual Hosts</title>
    &gfs-virtual;
   </sect1>
  </chapter>