From aa7d98fa64eb70101952b745aeb02f11ed79803f Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 7 Apr 2006 12:43:28 +0000 Subject: [PATCH] Fix comment on async record fetching. --- samples/zoom/zoomtst3.pl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/samples/zoom/zoomtst3.pl b/samples/zoom/zoomtst3.pl index 91e15ba..478faf1 100644 --- a/samples/zoom/zoomtst3.pl +++ b/samples/zoom/zoomtst3.pl @@ -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 [...] @@ -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 -- 1.7.10.4