X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=samples%2FREADME;h=a1e3f889226e191c004d0c3e5bee1b4920e1f44a;hb=d9d033ffe212064a8d1a9f97efea04d4192d604b;hp=b38f10e028b251cf36419f054f1e8edda3f5d3cb;hpb=db355581af7c4c5557c88e18c3e55f98c10526ba;p=ZOOM-Perl-moved-to-github.git diff --git a/samples/README b/samples/README index b38f10e..a1e3f88 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.6 2006-04-07 13:06:13 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,21 @@ 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 :-) + +async.pl -- A slightly cleverer version of "zoomtst3.pl" which takes + advantage of the new END element introduced in YAZ 2.1.17 to + display each server's records as soon as they have been + received, rather than waiting until all servers have finished + their jobs as in every previous ZOOM-based multiplexer. + update.pl -- Create a new database and add a record to it. In addition, this "sample" directory contains sample records that are