$HeadHunter_Sid wrote:
> Hello,
> 
> One question - how can I using LWP modul, send several
> different simple requests in one moment
> 
> $ua = LWP::UserAgent->new;
> $ua->agent("$0/0.1 " . $ua->agent);
> $req = HTTP::Request->new(GET => "$one_sait");
> 
> How can I in this moment I have 10 or 20 reqest, not
> one by one,but in the same moment.

Do a PPM search for thread or parallel.  That should present a few
possibilities.  The only one I've used is 'ThreadPool' which seems to
work ok - used it for testing file locks with multiple accessors.

-- 
   ,-/-  __      _  _         $Bill Luebkert   ICQ=162126130
  (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
   / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to