fetch a manay URL's

From: new (news_at_example.com)
Date: 02/09/05


Date: Wed, 09 Feb 2005 21:11:35 GMT

at this time I am using
use LWP::Simple;
and
$tmp = get ('http://example.com');

to get several webpages.
when they are all downloadded I parse the data and display some results

this kinda sucks right now because it waits for on URL to load before
loading the next one is loaded.

can some one point me to a tutorial or something on how to use a call back
function with a timeout option to do this?

any suggestions would be good all I realy want is a way to load all the
URL's at once and know when they are done loading or maybe wait X seconds or
so then move on.

remeber I am really new to perl

Thanks for your help



Relevant Pages

  • Re: Next Version of GDI+ (maybe GDI+ 2.0)
    ... loading and manipulating of such files isn't lightning fast unless you have really powerfull dedicated hardware. ... to see whole image you need to read whole image, and then eventualy generate a smaller sample for display. ... BUT to have this smaler sample you need to load ALL the pixels of oryginal image. ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Next Version of GDI+ (maybe GDI+ 2.0)
    ... Alejandro Lapeyre ... > loading and manipulating of such files isn't lightning fast unless you ... > smaller sample for display. ... > load ALL the pixels of oryginal image. ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Next Version of GDI+ (maybe GDI+ 2.0)
    ... second is that even if you want only to see the image, you need to load all of it's pixels. ... smaller sample for display. ... BEFORE loading it. ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Next Version of GDI+ (maybe GDI+ 2.0)
    ... You don't need to load the full image to apply an effect on it. ... You do thinks sequentially, you read a bunch of pixels, process them, ... > loading and manipulating of such files isn't lightning fast unless you ... > smaller sample for display. ...
    (microsoft.public.dotnet.framework.drawing)
  • Using Multi-threading
    ... I am designing an interface which allows users to load certain files ... I want to display a ... want the form to be displayed during the loading process and the ...
    (microsoft.public.dotnet.languages.vb)