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
