> LWP::Parallel (8th May 2000)
> http://search.cpan.org/search?dist=ParallelUserAgent

        This will work to some degree based on what you are trying to do
with it. If you have say 20 pages that you want to request and once
retrieved process them, this will work great. If you are trying to write a
crawler type and continue to add requests to the parallel pool, this
module won't really do it for you.
        Threads maybe an option, however depending on the other modules
that you may need, they most likely may not be thread safe. YMMV.

-- Daniel R. <[EMAIL PROTECTED]> [http://www.ccs.neu.edu/home/danielr/]

Reply via email to