Asynchronous http request

From: Fran?ois-Xavier Testard-Vaillant (fx_at_testard-vaillant.com)
Date: 03/17/04

  • Next message: nobull_at_mail.com: "Re: DBI Help"
    Date: 17 Mar 2004 09:17:59 -0800
    
    

    In a Perl script I want to send several http requests WITHOUT waiting
    for the remote servers answer (i.e. just triggering http requests) and
    without having to create lots of processes...

    Thanks in advance

    François-Xavier


  • Next message: nobull_at_mail.com: "Re: DBI Help"

    Relevant Pages

    • Re: Asynchronous http request
      ... > In a Perl script I want to send several http requests WITHOUT waiting ... > for the remote servers answer and ...
      (comp.lang.perl)
    • Re: Asynchronous http request
      ... As far as I understand LWP::Paralell it allows me to paralellize ... several HTTP requests, i.e. not waiting for the end of the first one ...
      (comp.lang.perl)