on 07/10/2001 04:09 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > Hello, > > is there any way to send several HTTP requests simultaneously (e.g. a few > database queries, a few cgi queries) on a network, wait for all the responses, > collate them, and display the collated results on a web page, in a Perl CGI? > If so, can you point me to some example code? Do I need a technology such as > SOAP, XML-RPC or Corba to do that? > > I was thinking of using multi-threaded Java applets for this, but wondered if > there were a way in Perl to do this. > > Many thanks. > > Philippe de Rochambeeau looked at ParallelUserAgent yet? Available on CPAN. Module LWP::Parallel::UserAgent (M/MA/MARCLANG/ParallelUserAgent-2.51.tar.gz) -- Scott R. Godin | e-mail : [EMAIL PROTECTED] Laughing Dragon Services | web : http://www.webdragon.net/
