Home > Repository > 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.
⚠ Questo pacchetto ha i seguenti problemi:
  • 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)
Nome:perl-LWP-Parallel-UserAgent
Versione: 2.57-4mamba
Gruppo:Development/Libraries/Perl
Manutentore:silvan
Licenza:GPL
Dimensione:58.59 kB
URL di origine:http://www.cpan.org
Data di compilazione:2008-11-05 22:29:05
File sorgenti
ParallelUserAgent-2.57.tar.gz
perl-LWP-Parallel-UserAgent.spec
Pacchetti binari e dipendenze
i586
RPM creatiperl-LWP-Parallel-UserAgent
Dipendenze di compilazioneperl-HTML-Parser [1]
perl-devel[>=0:5.10.0] [1]
perl-libwww [1]
Cronologia delle modifiche
DataPackagerVersioneDescrizione
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
Richiesto in compilazione da