Fix comment on async record fetching.
authormike <mike>
Fri, 7 Apr 2006 12:43:28 +0000 (12:43 +0000)
committermike <mike>
Fri, 7 Apr 2006 12:43:28 +0000 (12:43 +0000)
samples/zoom/zoomtst3.pl

index 91e15ba..478faf1 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: zoomtst3.pl,v 1.4 2006-04-07 12:36:00 mike Exp $
+# $Id: zoomtst3.pl,v 1.5 2006-04-07 12:43:28 mike Exp $
 #
 # See ../README for a description of this program.
 # perl -I../../blib/lib -I../../blib/arch zoomtst3.pl <t1> [...] <tN> <query>
@@ -42,7 +42,11 @@ for (my $i = 0; $i < $n; $i++) {
 while ((my $i = ZOOM::event(\@z)) != 0) {
     my $ev = $z[$i-1]->last_event();
     print("connection ", $i-1, ": event $ev (", ZOOM::event_str($ev), ")\n");
-    ### It would be nice to display results as they come in.
+    # It would be nice to display results as they come in, but the
+    # ability to do so is dependent on the END event, which was
+    # introduced only in YAZ 2.1.17.  If you have a sufficiently new
+    # YAZ, please use the alternative "async.pl", which is similar to
+    # this program except in its asynchronous display.
 }
 
 # No more to be done.  Inspect results