in reply to parallel web get with lwp::simple

Would you like to try Apache HTTP server benchmarking tool?

Update: If your web server is not apache, then you can try Parallel::ForkManager with LWP to implement you own benchmarking tool

Replies are listed 'Best First'.
Re^2: parallel web get with lwp::simple
by Aristotle (Chancellor) on Jul 26, 2004 at 12:55 UTC
    Or use ab anyway, provided it's handy on a nearby machine, because after all, it speaks HTTP just like any webserver does. There's nothing Apache-specific to the tool as such.

    Makeshifts last the longest.