Help for this page

Select Code to Download


  1. or download this
    # AE + EV + AnyEvent::Http
    # this is the best one so far, it'll do 34mbps
    ...
    
    __DATA__
    some urls...the same ones that the Siege test used
    
  2. or download this
    # HTTP::Async
    # this one will do 20mbps, fastest invokation for me was 
    ...
    
    __DATA__
    some urls...
    
  3. or download this
    # AnyEvent::Curl::Multi, did about 33mbps
    use strict;
    ...
    }
    __DATA__
    urls...
    
  4. or download this
    # winner!  
    # threads + Furl::HTTP with 10 threads -> 95mbps at 55% cpu
    ...
    
    __DATA__
    urls...