[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#523069: ITP: libparallel-useragent-perl -- Extension for LWP to allow parallel HTTP and FTP access



Package: wnpp
Severity: wishlist
Owner: Taku YASUI <tach@debian.org>


* Package name    : libparallel-useragent-perl
  Version         : 2.57
  Upstream Author : Marc Langheinrich <marclang@cpan.org>
* URL             : http://search.cpan.org/~marclang/ParallelUserAgent/
* License         : same as Perl 5 (GPL or Artistic)
  Programming Lang: Perl
  Description     : Extension for LWP to allow parallel HTTP and FTP access

 libparallel-useragent-perl is extension for LWP to allow parallel
 HTTP and FTP access.

 Using a LWP::Parallel::UserAgent as your user agent, you typically
 start by registering your requests, along with how you want the Agent
 to process the incoming results (see $ua->register).
 .
 Then you wait for the results by calling $ua->wait. This method only
 returns, if all requests have returned an answer, or the Agent timed
 out. Also, individual callback functions might indicate that the Agent
 should stop waiting for requests and return. (see $ua->register)
 .
 See the file LWP::Parallel for a set of simple examples.



Reply to: