Home > Repositories > devel-past > perl-LWP-Parallel-UserAgent

perl-LWP-Parallel-UserAgent: Allows you to connect to download several Web pages in parallel

ParallelUserAgent (or PUA for short) is an extension of the existing libwww-5.x distribution. It allows you to connect to download several Web pages in _parallel_, without having to request each page one after the other.

Instead of retrieving each single page using LWP::UserAgent::request or ::simple_request methods, you first "register" all pages that you wish to download in parallel and then call PUA's "wait" method, which will then make all the necessary connections and download the pages.

You can define callback routines which will be called whenever a connection is established, is cut off, new data comes in or a request finishes. The subroutines can be global for all requests you registered, or different for every single request.

Callbacks for example allow you to print status updates as the responses come in, or even immediately post follow-up requests based on the responses, all within the same single "wait" cycle.
⚠ This package has the following problems:
  • perl-LWP-Parallel-UserAgent(noarch,devel-past): missing provider for perl(LWP::Protocol::http10)
  • perl-LWP-Parallel-UserAgent(noarch,devel-past): missing provider for perl(LWP::Protocol::https10)
Name:perl-LWP-Parallel-UserAgent
Release: 2.57-4mamba
Group:Development/Libraries/Perl
Maintainer:silvan
License:GPL
Size:58.59 kB
Upstream URL:http://www.cpan.org
Build time:2008-11-05 22:29:05
Source files
ParallelUserAgent-2.57.tar.gz
perl-LWP-Parallel-UserAgent.spec
Binary packages and requirements
i586
Built RPMSperl-LWP-Parallel-UserAgent
Build requirementsperl-HTML-Parser [1]
perl-devel[>=0:5.10.0] [1]
perl-libwww [1]
History of changes
DatePackagerReleaseDescription
2008-11-05silvan2.57-4mamba- automatic rebuild by autodist
2008-08-01skiver2.57-3mamba- switch to noarch
- update vendor, distribution, mantainer
- update macros
- format specfile
Build required by