NAME

LWP::Parallel - Extension for LWP to allow parallel HTTP and FTP access

SYNOPSIS

use LWP::Parallel;
print "This is LWP::Parallel_$LWP::Parallel::VERSION\n";

DESCRIPTION

ParallelUserAgent is an extension to the existing libwww module. It allows you to take a list of URLs (currently supports only HTTP and FTP protocol) and connect to all of them _in parallel_, then wait for the results to come in.

AUTHOR

Marc Langheinrich, marclang@cs.washington.edu

SEE ALSO

LWP.pm