From 32032dcbd8df349f012104a583a3b3e10aaeba0a Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 7 Apr 2006 11:11:19 +0000 Subject: [PATCH] Describe zoomtst3.c --- samples/README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/samples/README b/samples/README index b38f10e..7636251 100644 --- a/samples/README +++ b/samples/README @@ -1,4 +1,4 @@ -$Id: README,v 1.4 2006-02-07 20:07:20 mike Exp $ +$Id: README,v 1.5 2006-04-07 11:11:19 mike Exp $ This area contains sample programs that exercise all three of the APIs supported by this module. The programs for each API are contained in @@ -23,11 +23,15 @@ net-z3950 -- Test programs using the obsolescent Net::Z3950 interface, In general, each sample program exists in a different version in all three directories, under the same name in each. The programs are: -zoomtst1.pl -- A direct translation of the "zoomtst.c" application +zoomtst1.pl -- A direct translation of the "zoomtst1.c" application from the YAZ distribution, except that these versions go on to fetch the records that they find, whereas the C version is satisfied just to get the hit count. +zoomtst3.pl -- A direct translation of the "zoomtst3.c" application + from the YAZ distribution -- simultaneous search of multiple + targets. Pretty cool :-) + update.pl -- Create a new database and add a record to it. In addition, this "sample" directory contains sample records that are -- 1.7.10.4