Net::Z3950::AsyncZ 0.10 review

Download
by rbytes.net on

Net::Z3950::AsyncZ is a Perl extension for the Z3950 module. SYNOPSIS Overview use Net::Z3950::AsyncZ; use Net::Z3950::

License: Perl Artistic License
File size: 128K
Developer: Myron Turner
0 stars award from rbytes.net

Net::Z3950::AsyncZ is a Perl extension for the Z3950 module.

SYNOPSIS

Overview

use Net::Z3950::AsyncZ;
use Net::Z3950::AsyncZ qw(:record :headers :errors);
use Net::Z3950::AsyncZ qw(asyncZOptions isZ_MARC
isZ_GRS isZ_RAW isZ_DEFAULT
noZ_Response isZ_Header
isZ_ServerName Z_serverName);

my $asnycZ = Net::Z3950::AsyncZ->new(servers=>@servers,
query=>$query,cb=>&output);

my $asnycZ = Net::Z3950::AsyncZ->new(
servers=>@servers, query=>$query, timeout=>$tm,
num_to_fetch=>$num,cb=>&output,
options=>@options, log=>$log,
format=>&format,
timeout_min=>$min,
interval=>$interval,
maxpipes =>$max,
);

ABSTRACT

Net::Z3950::AsyncZ adds additional asynchronous support for the Z3950 module through the use of multiple forked processes.

Net::Z3950::AsyncZ adds an additional layer of asynchronous support for the Z3950 module through the use of multiple forked processes. Users may also find that it provides a convenient front end to Z3950.

Requirements:
Perl

Net::Z3950::AsyncZ 0.10 search tags