in reply to LWP::UserAgent non-blocking calls
You could use threads.
But there are ways of making LWP::UserAgent do parallel calls. I'd recommend LWP::Protocol::AnyEvent::http for that.
But LWP is quite slow. Using libcurl is much faster, and it supports parallel requests. For a serious application, I'd use this.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: LWP::UserAgent non-blocking calls
by cavac (Prior) on Oct 23, 2024 at 14:46 UTC | |
by ikegami (Patriarch) on Oct 24, 2024 at 18:44 UTC |