- 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
- or download this
# HTTP::Async
# this one will do 20mbps, fastest invokation for me was
...
__DATA__
some urls...
- or download this
# AnyEvent::Curl::Multi, did about 33mbps
use strict;
...
}
__DATA__
urls...
- or download this
# winner!
# threads + Furl::HTTP with 10 threads -> 95mbps at 55% cpu
...
__DATA__
urls...